diff options
Diffstat (limited to 'tests/system/talloc2.nim')
-rw-r--r-- | tests/system/talloc2.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/system/talloc2.nim b/tests/system/talloc2.nim index 0757c0724..6b30a0258 100644 --- a/tests/system/talloc2.nim +++ b/tests/system/talloc2.nim @@ -1,6 +1,9 @@ discard """ +disabled: "appveyor" """ +# appveyor is "out of memory" + const nmax = 2*1024*1024*1024 |