Skip to content

Commit

Permalink
Merge pull request #978 from ellemouton/fixItestFlake
Browse files Browse the repository at this point in the history
itest: ensure peer is connected before channel open
  • Loading branch information
ellemouton authored Feb 14, 2025
2 parents c749126 + 60bc20d commit 7463cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions itest/litd_firewall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,9 @@ func testChannelOpening(net *NetworkHarness, ht *harnessTest, t *testing.T) {

caveatCreds = metaDataInjector.addCaveat(caveat)

// Wait for alice to reconnect to charlie.
net.EnsureConnected(t, net.Alice, charlie)

memoBefore := lastMemo
openResp, err = lndConn2.OpenChannelSync(
ctx, &lnrpc.OpenChannelRequest{
Expand Down

0 comments on commit 7463cd6

Please sign in to comment.