mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 20:46:40 +00:00
tests: disable blockchain tests based on general state tests (#22704)
This commit is contained in:
parent
beee6b77a0
commit
cc33398cef
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func TestBlockchain(t *testing.T) {
|
||||||
// For speedier CI-runs, the line below can be uncommented, so those are skipped.
|
// 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
|
// 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
|
// 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
|
// Skip random failures due to selfish mining test
|
||||||
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
|
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue