From 9aea66936324d97b7b8aa7b6b33ec374bc93380b Mon Sep 17 00:00:00 2001 From: Jamie Lokier Date: Wed, 9 Jun 2021 19:47:41 +0100 Subject: [PATCH] Tests: Add loopMul.json and loopExp.json to skipped, slow tests Add these to the list of specially disabled tests during `make test`, as they are exceptionally slow. Signed-off-by: Jamie Lokier --- tests/test_allowed_to_fail.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_allowed_to_fail.nim b/tests/test_allowed_to_fail.nim index 3286ec3c5..f6cdb5e80 100644 --- a/tests/test_allowed_to_fail.nim +++ b/tests/test_allowed_to_fail.nim @@ -87,6 +87,8 @@ func slowGSTTests(folder: string, name: string): bool = # Istanbul slow tests "CALLBlake2f_MaxRounds.json", + "loopMul.json", + "loopExp.json", ]