diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/async/tasyncssl.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/async/tasyncssl.nim b/tests/async/tasyncssl.nim index 0607cf3c6..61f0b5661 100644 --- a/tests/async/tasyncssl.nim +++ b/tests/async/tasyncssl.nim @@ -2,6 +2,7 @@ discard """ file: "tasyncssl.nim" cmd: "nim $target --hints:on --define:ssl $options $file" output: "500" + disabled: "windows" """ import asyncdispatch, asyncnet, net, strutils, os |