From 10f9f2c3bb120bfaf4eab4bed09670dda01c568a Mon Sep 17 00:00:00 2001 From: kdeme Date: Thu, 5 Dec 2019 13:01:21 +0100 Subject: [PATCH] Disable test randomStatetest159 --- tests/test_generalstate_failing.nim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_generalstate_failing.nim b/tests/test_generalstate_failing.nim index e401afda9..688625325 100644 --- a/tests/test_generalstate_failing.nim +++ b/tests/test_generalstate_failing.nim @@ -28,5 +28,9 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool = "RevertInCreateInInit.json", "RevertInCreateInInitCreate2.json", "InitCollision.json", + + # Failure once spotted on Travis CI Linux AMD64: + # "out of memorysubtest no: 7 failed" + # "randomStatetest159.json", ] result = name in allowedFailingGeneralStateTests