summary refs log tree commit diff stats
path: root/tests/async/tasyncssl.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tasyncssl.nim')
-rw-r--r--tests/async/tasyncssl.nim8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/async/tasyncssl.nim b/tests/async/tasyncssl.nim
index 0607cf3c6..212260922 100644
--- a/tests/async/tasyncssl.nim
+++ b/tests/async/tasyncssl.nim
@@ -2,7 +2,13 @@ discard """
   file: "tasyncssl.nim"
   cmd: "nim $target --hints:on --define:ssl $options $file"
   output: "500"
+  disabled: "windows"
+  target: c
+  action: compile
 """
+
+# XXX, deactivated
+
 import asyncdispatch, asyncnet, net, strutils, os
 
 when defined(ssl):
@@ -62,5 +68,3 @@ when defined(ssl):
 
   assert msgCount == swarmSize * messagesToSend
   echo msgCount
-
-