File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -310,11 +310,6 @@ var allTestCases = []*lntest.TestCase{
310
310
Name : "revoked uncooperative close retribution remote hodl" ,
311
311
TestFunc : testRevokedCloseRetributionRemoteHodl ,
312
312
},
313
- {
314
- Name : "revoked uncooperative close retribution altruist " +
315
- "watchtower" ,
316
- TestFunc : testRevokedCloseRetributionAltruistWatchtower ,
317
- },
318
313
{
319
314
Name : "single-hop send to route" ,
320
315
TestFunc : testSingleHopSendToRoute ,
@@ -519,6 +514,14 @@ var allTestCases = []*lntest.TestCase{
519
514
Name : "watchtower session management" ,
520
515
TestFunc : testWatchtowerSessionManagement ,
521
516
},
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
+ },
522
525
{
523
526
Name : "channel fundmax" ,
524
527
TestFunc : testChannelFundMax ,
You can’t perform that action at this time.
0 commit comments