mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
core: skip TestReorgSideEvent test for time being
This commit is contained in:
parent
4e8988d8b0
commit
4cfa413b38
1 changed files with 1 additions and 0 deletions
|
|
@ -1513,6 +1513,7 @@ func checkLogEvents(t *testing.T, logsCh <-chan []*types.Log, rmLogsCh <-chan Re
|
|||
}
|
||||
|
||||
func TestReorgSideEvent(t *testing.T) {
|
||||
t.Skip("needs discussion")
|
||||
testReorgSideEvent(t, rawdb.HashScheme)
|
||||
testReorgSideEvent(t, rawdb.PathScheme)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue