Skip to content

Commit

Permalink
Merge pull request #7620 from ipfs/test/flaky-dnsaddr
Browse files Browse the repository at this point in the history
sharness: use dnsaddr example in ipfs p2p command tests
  • Loading branch information
aschmahmann authored Aug 25, 2020
2 parents 92fbcc3 + aedd6f0 commit b15bcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0180-p2p.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test_expect_success 'S->C Setup(dnsaddr/addr/p2p/peerID) client side' '
'

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


Expand Down

0 comments on commit b15bcf0

Please sign in to comment.