Skip to content

Commit b15bcf0

Browse files
authored
Merge pull request ipfs#7620 from ipfs/test/flaky-dnsaddr
sharness: use dnsaddr example in ipfs p2p command tests
2 parents 92fbcc3 + aedd6f0 commit b15bcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0180-p2p.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test_expect_success 'S->C Setup(dnsaddr/addr/p2p/peerID) client side' '
8484
'
8585

8686
test_expect_success 'S->C Setup(dnsaddr/addr) client side' '
87-
ipfsi 1 p2p forward /x/p2p-test /ip4/127.0.0.1/tcp/10104 /dnsaddr/cluster.ipfs.io 2>&1 > dialer-stdouterr.log
87+
ipfsi 1 p2p forward /x/p2p-test /ip4/127.0.0.1/tcp/10104 /dnsaddr/example-dnsaddr.multiformats.io 2>&1 > dialer-stdouterr.log
8888
'
8989

9090

0 commit comments

Comments
 (0)