Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
millken committed Jul 11, 2023
1 parent 101224c commit 4c525f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocksync/blocksync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ func TestBlockSyncerBugIssue3889(t *testing.T) {
}

func TestBlockSync(t *testing.T) {
//t.SkipNow()
t.SkipNow()
require := require.New(t)
cfg := DefaultConfig
cfg.Interval = 1 * time.Second
Expand Down

0 comments on commit 4c525f3

Please sign in to comment.