Fix define to skip flaky test on MacOS.

This commit is contained in:
cheatfate 2020-11-27 03:50:38 +02:00
parent bca5559c6a
commit 46c0bf3c5a
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -1245,7 +1245,7 @@ suite "Stream Transport test suite":
test prefixes[i] & m16:
check waitFor(test16(addresses[i])) == 1
test prefixes[i] & "Connection reset test on send() only":
when defined(macos):
when defined(macosx):
skip()
else:
check waitFor(testWriteConnReset(addresses[i])) == 1