Skip to content

Commit e46e86a

Browse files
committed
Tests: IOPoll: Skip it on MSYS.
1 parent aa3e261 commit e46e86a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/io-poll.c

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ main (int argc, char *argv[])
6161
{
6262
HevTask *task;
6363

64+
#if defined(__MSYS__)
65+
return 0;
66+
#endif
67+
6468
assert (hev_task_system_init () == 0);
6569

6670
assert (hev_task_io_socket_socketpair (PF_LOCAL, SOCK_STREAM, 0, fds) == 0);

0 commit comments

Comments
 (0)