mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-07 07:53:09 +00:00
Skip flaky test on MacOS.
This commit is contained in:
parent
31fec25063
commit
3968f09ae1
@ -1197,7 +1197,10 @@ suite "Stream Transport test suite":
|
|||||||
test prefixes[i] & m16:
|
test prefixes[i] & m16:
|
||||||
check waitFor(test16(addresses[i])) == 1
|
check waitFor(test16(addresses[i])) == 1
|
||||||
test prefixes[i] & "Connection reset test on send() only":
|
test prefixes[i] & "Connection reset test on send() only":
|
||||||
check waitFor(testWriteConnReset(addresses[i])) == 1
|
when defined(macos):
|
||||||
|
skip()
|
||||||
|
else:
|
||||||
|
check waitFor(testWriteConnReset(addresses[i])) == 1
|
||||||
test prefixes[i] & m17:
|
test prefixes[i] & m17:
|
||||||
if addresses[i].family == AddressFamily.IPv4:
|
if addresses[i].family == AddressFamily.IPv4:
|
||||||
check waitFor(testAnyAddress()) == true
|
check waitFor(testAnyAddress()) == true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user