Skip to content

Commit

Permalink
skip TestSnapSyncDisabling* (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Aug 23, 2024
1 parent e74df91 commit d46e37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eth/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d46e37b

Please sign in to comment.