From d89c815c41329ed5c8b1e33e4145f93e9e55dd0a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 13 Nov 2018 21:14:57 +0000 Subject: [PATCH] Disable tasyncssl on Windows to fix CI Workarounds #9689 --- tests/async/tasyncssl.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/async/tasyncssl.nim b/tests/async/tasyncssl.nim index 0607cf3c65..61f0b56616 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