diff options
author | Fredrik Høisæther Rasch <fredrik.rasch@gmail.com> | 2017-11-15 17:25:48 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-15 17:25:48 +0100 |
commit | 3d5d6931f01550cd384805fd5c7474eaabc2c962 (patch) | |
tree | eded24704575e7bedd4e6d6532316b850930ab2b /tests/stdlib | |
parent | b7ea1b08193002630b09a609cc881756d0a1f139 (diff) | |
download | Nim-3d5d6931f01550cd384805fd5c7474eaabc2c962.tar.gz |
Appveyor thttpclient (#6744)
* App option value for disabling tests for AppVeyor * Disable thttpclient on AppVeyor
Diffstat (limited to 'tests/stdlib')
-rw-r--r-- | tests/stdlib/thttpclient.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/thttpclient.nim b/tests/stdlib/thttpclient.nim index 54588d3f0..fff02722a 100644 --- a/tests/stdlib/thttpclient.nim +++ b/tests/stdlib/thttpclient.nim @@ -3,6 +3,7 @@ discard """ exitcode: 0 output: "OK" disabled: "travis" + disabled: "appveyor" """ import strutils |