Skip to content

Commit

Permalink
swarm/network: disable TestSuggestPeerRetries (ethereum#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense authored and gbalint committed Jun 6, 2018
1 parent 620a31c commit e5ae94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swarm/network/kademlia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func TestSuggestPeerFindPeers(t *testing.T) {
}

func TestSuggestPeerRetries(t *testing.T) {
t.Skip("Test is disabled, because it is flaky. It fails with kademlia_test.go:346: incorrect peer address suggested. expected <nil>, got 01000000")
// 2 row gap, unsaturated proxbin, no callables -> want PO 0
k := newTestKademlia("00000000")
k.RetryInterval = int64(100 * time.Millisecond) // cycle
Expand Down

0 comments on commit e5ae94a

Please sign in to comment.