good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit cc33398c authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub
Browse files

tests: disable blockchain tests based on general state tests (#22704)

parent beee6b77
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ func TestBlockchain(t *testing.T) {
// For speedier CI-runs, the line below can be uncommented, so those are skipped.
// For now, in hardfork-times (Berlin), we run the tests both as StateTests and
// as blockchain tests, since the latter also covers things like receipt root
//bt.skipLoad(`^GeneralStateTests/`)
bt.skipLoad(`^GeneralStateTests/`)
// Skip random failures due to selfish mining test
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment