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