Disable test randomStatetest159
This commit is contained in:
parent
5472924fff
commit
10f9f2c3bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue