Skip to content

Commit

Permalink
tests: disable blockchain tests based on general state tests (ethereu…
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Apr 20, 2021
1 parent beee6b7 commit cc33398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit cc33398

Please sign in to comment.