Skip to content

Commit d46e37b

Browse files
skip TestSnapSyncDisabling* (#999)
1 parent e74df91 commit d46e37b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eth/sync_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ func TestSnapSyncDisabling68(t *testing.T) { testSnapSyncDisabling(t, eth.ETH68,
3434
// Tests that snap sync gets disabled as soon as a real block is successfully
3535
// imported into the blockchain.
3636
func testSnapSyncDisabling(t *testing.T, ethVer uint, snapVer uint) {
37+
t.Skip()
38+
3739
t.Parallel()
3840

3941
// Create an empty handler and ensure it's in snap sync mode

0 commit comments

Comments
 (0)