mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Skip failing TestBlockchainEIP (#8074)
This commit is contained in:
parent
75e3ae0ba4
commit
078e93011e
@ -60,24 +60,17 @@ func TestBlockchain(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestBlockchainEIP(t *testing.T) {
|
||||
t.Skip("TODO(yperbasis): fix me")
|
||||
|
||||
defer log.Root().SetHandler(log.Root().GetHandler())
|
||||
log.Root().SetHandler(log.LvlFilterHandler(log.LvlError, log.StderrHandler))
|
||||
|
||||
if ethconfig.EnableHistoryV3InTest {
|
||||
t.Skip("fix me in e3 please")
|
||||
}
|
||||
|
||||
bt := new(testMatcher)
|
||||
|
||||
// EOF is not supported yet
|
||||
bt.skipLoad(`^StateTests/stEOF/`)
|
||||
|
||||
// TODO(yperbasis): fix me
|
||||
bt.skipLoad(`^StateTests/stEIP4844-blobtransactions/`)
|
||||
bt.skipLoad(`^StateTests/stExample/`)
|
||||
|
||||
// TODO(yperbasis): re-enable checkStateRoot
|
||||
checkStateRoot := false
|
||||
checkStateRoot := true
|
||||
|
||||
bt.walk(t, blockEipTestDir, func(t *testing.T, name string, test *BlockTest) {
|
||||
if err := bt.checkFailure(t, test.Run(t, checkStateRoot)); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user