Skip to content

Commit 3f2675f

Browse files
committed
itest: remove potential parallel usage of the watchtower default port
1 parent 4bbb4ed commit 3f2675f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

itest/list_on_test.go

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,6 @@ var allTestCases = []*lntest.TestCase{
310310
Name: "revoked uncooperative close retribution remote hodl",
311311
TestFunc: testRevokedCloseRetributionRemoteHodl,
312312
},
313-
{
314-
Name: "revoked uncooperative close retribution altruist " +
315-
"watchtower",
316-
TestFunc: testRevokedCloseRetributionAltruistWatchtower,
317-
},
318313
{
319314
Name: "single-hop send to route",
320315
TestFunc: testSingleHopSendToRoute,
@@ -519,6 +514,14 @@ var allTestCases = []*lntest.TestCase{
519514
Name: "watchtower session management",
520515
TestFunc: testWatchtowerSessionManagement,
521516
},
517+
{
518+
// NOTE: this test must be put in the same tranche as
519+
// `testWatchtowerSessionManagement` to avoid parallel use of
520+
// the default watchtower port.
521+
Name: "revoked uncooperative close retribution altruist " +
522+
"watchtower",
523+
TestFunc: testRevokedCloseRetributionAltruistWatchtower,
524+
},
522525
{
523526
Name: "channel fundmax",
524527
TestFunc: testChannelFundMax,

0 commit comments

Comments
 (0)