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 <jamie@shareable.org>
This commit is contained in:
Jamie Lokier 2021-06-09 19:47:41 +01:00
parent e43e1cc932
commit 9aea669363
No known key found for this signature in database
GPG Key ID: CBC25C68435C30A2
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ func slowGSTTests(folder: string, name: string): bool =
# Istanbul slow tests
"CALLBlake2f_MaxRounds.json",
"loopMul.json",
"loopExp.json",
]