diff --git a/core/blockchain_test.go b/core/blockchain_test.go index 2896a49392..d103e213e4 100644 --- a/core/blockchain_test.go +++ b/core/blockchain_test.go @@ -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) }