Skip to content

Commit 91abbf0

Browse files
committed
Disable test on wasm
1 parent 0abf58a commit 91abbf0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/yup_core/yup_NamedPipe.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141

4242
#include <yup_core/yup_core.h>
4343

44+
#if ! YUP_WASM
45+
4446
using namespace yup;
4547

4648
namespace
@@ -236,4 +238,6 @@ TEST_F (NamedPipeTests, SendMessageExistingPipe)
236238
EXPECT_EQ (bytesWritten, (int) sizeof (sendData));
237239
EXPECT_EQ (receiver.result, (int) sizeof (receiver.recvData));
238240
EXPECT_EQ (receiver.recvData, sendData);
239-
}
241+
}
242+
243+
#endif

0 commit comments

Comments
 (0)