We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beee6b7 commit cc33398Copy full SHA for cc33398
tests/block_test.go
@@ -28,7 +28,7 @@ func TestBlockchain(t *testing.T) {
28
// For speedier CI-runs, the line below can be uncommented, so those are skipped.
29
// For now, in hardfork-times (Berlin), we run the tests both as StateTests and
30
// as blockchain tests, since the latter also covers things like receipt root
31
- //bt.skipLoad(`^GeneralStateTests/`)
+ bt.skipLoad(`^GeneralStateTests/`)
32
33
// Skip random failures due to selfish mining test
34
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
0 commit comments