summary refs log tree commit diff stats
path: root/tests/async
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-11-13 21:14:57 +0000
committerGitHub <noreply@github.com>2018-11-13 21:14:57 +0000
commitd89c815c41329ed5c8b1e33e4145f93e9e55dd0a (patch)
treec562aa0e2195edac1cde121b6df961cef3b46fd3 /tests/async
parent679a52f53c3b70aa6374eba7a8b5013b3aef76b8 (diff)
downloadNim-d89c815c41329ed5c8b1e33e4145f93e9e55dd0a.tar.gz
Disable tasyncssl on Windows to fix CI
Workarounds #9689
Diffstat (limited to 'tests/async')
-rw-r--r--tests/async/tasyncssl.nim1
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