mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
swarm/network: Skip all tests dependent on SuggestPeers
This commit is contained in:
parent
13a0e6a0ad
commit
31807b2057
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue