Skip to content

Commit

Permalink
fix(test): t0182-circuit-relay.sh
Browse files Browse the repository at this point in the history
Removes fixup introduced in #8868 (comment)
so we can dig into the underlying cause
  • Loading branch information
lidel committed Sep 1, 2022
1 parent df22205 commit 547413a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/sharness/t0182-circuit-relay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ test_expect_success 'connect B <-> Relay' '
'

test_expect_success 'wait until relay is ready to do work' '
while ! ipfsi 2 swarm connect /p2p/$PEERID_1/p2p-circuit/p2p/$PEERID_0; do
iptb stop &&
iptb_wait_stop &&
iptb start -wait -- --routing=none &&
iptb connect 0 1 &&
iptb connect 2 1 &&
sleep 5
done
sleep 1
'

test_expect_success 'connect A <-Relay-> B' '
Expand Down

0 comments on commit 547413a

Please sign in to comment.