From d46e37bb5802f8c6e7f6c67c407f4dfcf44c5534 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:15:00 +1000 Subject: [PATCH] skip `TestSnapSyncDisabling*` (#999) --- eth/sync_test.go | 2 ++ 1 file changed, 2 insertions(+) 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