Skip to content

Commit

Permalink
Disable TestBlockchainEIP with e3 (#7982)
Browse files Browse the repository at this point in the history
as it doesn't work with e3 for some reason. Follow up to RP #7981
  • Loading branch information
yperbasis authored Aug 8, 2023
1 parent 9b3f3bd commit 72e7cda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ func TestBlockchainEIP(t *testing.T) {
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
Expand Down

0 comments on commit 72e7cda

Please sign in to comment.