diff options
Diffstat (limited to 'tests/system/t7894.nim')
-rw-r--r-- | tests/system/t7894.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/system/t7894.nim b/tests/system/t7894.nim index f68bfdde6..27ee3f220 100644 --- a/tests/system/t7894.nim +++ b/tests/system/t7894.nim @@ -1,7 +1,10 @@ discard """ disabled: "travis" +disabled: "appveyor" """ +# CI integration servers are out of memory for this test + const size = 250000000 proc main() = @@ -16,8 +19,6 @@ proc main() = for x in saved: #echo x.len - echo x.len doAssert x.len == size - main() |