diff options
author | Araq <rumpf_a@web.de> | 2018-10-18 12:05:50 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-10-18 12:12:15 +0200 |
commit | 381498b0dbd717be60a557777cec9b2b0b133e55 (patch) | |
tree | 69342c6ac12829d4c4969697b3c9ed49d360cee4 /tests/fragmentation | |
parent | 03a05ca456d5e79c0e66df161a5b43c7f7474110 (diff) | |
download | Nim-381498b0dbd717be60a557777cec9b2b0b133e55.tar.gz |
tests: disable flaky tests for now; closes #9421
Diffstat (limited to 'tests/fragmentation')
-rw-r--r-- | tests/fragmentation/tfragment_alloc.nim | 1 | ||||
-rw-r--r-- | tests/fragmentation/tfragment_gc.nim | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/fragmentation/tfragment_alloc.nim b/tests/fragmentation/tfragment_alloc.nim index 80341d2dc..cd45e2c47 100644 --- a/tests/fragmentation/tfragment_alloc.nim +++ b/tests/fragmentation/tfragment_alloc.nim @@ -2,6 +2,7 @@ discard """ output: '''occupied ok: true total ok: true''' + disabled: "true" """ import strutils, data diff --git a/tests/fragmentation/tfragment_gc.nim b/tests/fragmentation/tfragment_gc.nim index d387bbea2..0ae8c3d7f 100644 --- a/tests/fragmentation/tfragment_gc.nim +++ b/tests/fragmentation/tfragment_gc.nim @@ -1,7 +1,7 @@ discard """ output: '''occupied ok: true total ok: true''' - disabled: "windows" + disabled: "true" """ import strutils, data |