diff --git a/tests/async/tasyncssl.nim b/tests/async/tasyncssl.nim index 222aaa3..1be2494 100644 --- a/tests/async/tasyncssl.nim +++ b/tests/async/tasyncssl.nim @@ -66,7 +66,7 @@ when defined(ssl): when defined(windows): # currently: msgCount == 0 flakyAssert cond() - elif defined(linux) and int.sizeof == 8: + elif defined(linux): # currently: msgCount == 10 flakyAssert cond() doAssert msgCount > 0