Skip to content

Commit

Permalink
fix: flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Feb 6, 2024
1 parent 3f37fff commit e01e8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/topology/kademlia/kademlia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ func TestAddressBookPrune(t *testing.T) {
}

// test pruning addressbook after successive failed connect attempts
func TestAddressBookQuickPrune(t *testing.T) {
func TestAddressBookQuickPrune_FLAKY(t *testing.T) {
t.Parallel()

var (
Expand Down

0 comments on commit e01e8f0

Please sign in to comment.