From 7d9aa54b2c39f64bda642576d71e46c8424e4c87 Mon Sep 17 00:00:00 2001 From: andri lim Date: Sat, 17 Aug 2019 22:26:06 +0700 Subject: [PATCH] add 1 OOM 32bit GST to skip list --- tests/test_helpers.nim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test_helpers.nim b/tests/test_helpers.nim index f83eb3e7a..5878c6ce8 100644 --- a/tests/test_helpers.nim +++ b/tests/test_helpers.nim @@ -110,7 +110,10 @@ func failIn32Bits(folder, name: string): bool = "static_Return50000_2.json", "randomStatetest185.json", "randomStatetest159.json", - "randomStatetest48.json" + "randomStatetest48.json", + + # OOM in AppVeyor, not on my machine + "randomStatetest36.json" ] func allowedFailInCurrentBuild(folder, name: string): bool =