swarm/network: Skip all tests dependent on SuggestPeers

This commit is contained in:
lash 2018-12-17 16:53:29 +01:00
parent 13a0e6a0ad
commit 31807b2057

View file

@ -513,6 +513,8 @@ func TestKademliaHiveString(t *testing.T) {
// the SuggestPeer and Healthy methods for provided hex-encoded addresses.
// Argument pivotAddr is the address of the kademlia.
func testKademliaCase(t *testing.T, pivotAddr string, addrs ...string) {
t.Skip("this test relies on SuggestPeer which is now not reliable. See description in TestSuggestPeerFindPeers")
addr := common.Hex2Bytes(pivotAddr)
addrs = append(addrs, pivotAddr)