summary refs log tree commit diff stats
path: root/tests/fragmentation
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-10-18 12:05:50 +0200
committerAraq <rumpf_a@web.de>2018-10-18 12:12:15 +0200
commit381498b0dbd717be60a557777cec9b2b0b133e55 (patch)
tree69342c6ac12829d4c4969697b3c9ed49d360cee4 /tests/fragmentation
parent03a05ca456d5e79c0e66df161a5b43c7f7474110 (diff)
downloadNim-381498b0dbd717be60a557777cec9b2b0b133e55.tar.gz
tests: disable flaky tests for now; closes #9421
Diffstat (limited to 'tests/fragmentation')
-rw-r--r--tests/fragmentation/tfragment_alloc.nim1
-rw-r--r--tests/fragmentation/tfragment_gc.nim2
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