diff options
author | Araq <rumpf_a@web.de> | 2018-03-19 17:42:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-03-19 17:42:52 +0100 |
commit | e83bce3f13b8b368cf707fa1881a70526808c67d (patch) | |
tree | cdad5f149e369237bf15bde8736640732a40c118 | |
parent | 8831e654c6350288acf4eb2f3a657ce29f69304d (diff) | |
download | Nim-e83bce3f13b8b368cf707fa1881a70526808c67d.tar.gz |
disable flaky fragmenation test for AppVeyor
-rw-r--r-- | tests/fragmentation/tfragment_gc.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fragmentation/tfragment_gc.nim b/tests/fragmentation/tfragment_gc.nim index c930ec931..d387bbea2 100644 --- a/tests/fragmentation/tfragment_gc.nim +++ b/tests/fragmentation/tfragment_gc.nim @@ -1,6 +1,7 @@ discard """ output: '''occupied ok: true total ok: true''' + disabled: "windows" """ import strutils, data |