From ff66aae380e0972fd7a8db90bdc9ac2c9f6f66b4 Mon Sep 17 00:00:00 2001 From: narimiran Date: Sat, 24 Nov 2018 20:16:12 +0100 Subject: [PATCH] disable `tasyncssl` on appveyor --- tests/async/tasyncssl.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/async/tasyncssl.nim b/tests/async/tasyncssl.nim index 0607cf3c65..fe566852c8 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: "appveyor" """ import asyncdispatch, asyncnet, net, strutils, os