diff --git a/eth/sync_test.go b/eth/sync_test.go index 704ad2522564..4ededd04f6b1 100644 --- a/eth/sync_test.go +++ b/eth/sync_test.go @@ -34,6 +34,8 @@ func TestSnapSyncDisabling68(t *testing.T) { testSnapSyncDisabling(t, eth.ETH68, // Tests that snap sync gets disabled as soon as a real block is successfully // imported into the blockchain. func testSnapSyncDisabling(t *testing.T, ethVer uint, snapVer uint) { + t.Skip() + t.Parallel() // Create an empty handler and ensure it's in snap sync mode