From 4cfa413b38e5b38fdd616d183cfda29b120b40a8 Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Wed, 26 Mar 2025 15:43:45 +0530 Subject: [PATCH] core: skip TestReorgSideEvent test for time being --- core/blockchain_test.go | 1 + 1 file changed, 1 insertion(+) 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) }