mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
uncomment general state tests
This commit is contained in:
parent
7bdbf85a7a
commit
f9c2f40021
@ -180,8 +180,8 @@ proc testFixture(fixtures: JsonNode, testStatusIMPL: var TestStatus,
|
||||
proc generalStateJsonMain*(debugMode = false) =
|
||||
if paramCount() == 0 or not debugMode:
|
||||
# run all test fixtures
|
||||
#suite "generalstate json tests":
|
||||
#jsonTest("GeneralStateTests", testFixture, skipGSTTests)
|
||||
suite "generalstate json tests":
|
||||
jsonTest("GeneralStateTests", testFixture, skipGSTTests)
|
||||
suite "new generalstate json tests":
|
||||
jsonTest("newGeneralStateTests", testFixture, skipNewGSTTests)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user