Skip to content

Commit

Permalink
fix: remove flaky to try reproduce the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinconic committed Jul 12, 2024
1 parent 2b2036b commit 2fe7416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hive/hive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestHandlerRateLimit(t *testing.T) {
}
}

func TestBroadcastPeers_FLAKY(t *testing.T) {
func TestBroadcastPeers(t *testing.T) {
t.Parallel()

logger := log.Noop
Expand Down

0 comments on commit 2fe7416

Please sign in to comment.