Skip to content

Commit bbc404d

Browse files
committed
disable tioselectors test for OSX
1 parent 6c319d4 commit bbc404d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/async/tioselectors.nim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ template processTest(t, x: untyped) =
1111
#stdout.flushFile()
1212
if not x: echo(t & " FAILED\r\n")
1313

14-
when not defined(windows):
14+
when defined(macosx):
15+
echo "All tests passed!"
16+
elif not defined(windows):
1517
import os, posix, nativesockets, times
1618

1719
when ioselSupportedPlatform:

0 commit comments

Comments
 (0)