Skip to content

Commit cc33398

Browse files
authored
tests: disable blockchain tests based on general state tests (ethereum#22704)
1 parent beee6b7 commit cc33398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/block_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestBlockchain(t *testing.T) {
2828
// For speedier CI-runs, the line below can be uncommented, so those are skipped.
2929
// For now, in hardfork-times (Berlin), we run the tests both as StateTests and
3030
// as blockchain tests, since the latter also covers things like receipt root
31-
//bt.skipLoad(`^GeneralStateTests/`)
31+
bt.skipLoad(`^GeneralStateTests/`)
3232

3333
// Skip random failures due to selfish mining test
3434
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)

0 commit comments

Comments
 (0)