Skip to content

Commit

Permalink
e3: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jan 23, 2023
1 parent eda4471 commit e061f46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/rpcdaemon/commands/eth_subscribe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ import (

func TestEthSubscribe(t *testing.T) {
m, require := stages.Mock(t), require.New(t)
if m.HistoryV3 {
t.Skip()
}
br := snapshotsync.NewBlockReaderWithSnapshots(m.BlockSnapshots)
chain, err := core.GenerateChain(m.ChainConfig, m.Genesis, m.Engine, m.DB, 7, func(i int, b *core.BlockGen) {
b.SetCoinbase(libcommon.Address{1})
Expand Down

0 comments on commit e061f46

Please sign in to comment.