mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-13 06:29:07 +02:00
itest: remove potential parallel usage of the watchtower default port
This commit is contained in:
parent
4bbb4ed978
commit
3f2675f10d
@ -310,11 +310,6 @@ var allTestCases = []*lntest.TestCase{
|
||||
Name: "revoked uncooperative close retribution remote hodl",
|
||||
TestFunc: testRevokedCloseRetributionRemoteHodl,
|
||||
},
|
||||
{
|
||||
Name: "revoked uncooperative close retribution altruist " +
|
||||
"watchtower",
|
||||
TestFunc: testRevokedCloseRetributionAltruistWatchtower,
|
||||
},
|
||||
{
|
||||
Name: "single-hop send to route",
|
||||
TestFunc: testSingleHopSendToRoute,
|
||||
@ -519,6 +514,14 @@ var allTestCases = []*lntest.TestCase{
|
||||
Name: "watchtower session management",
|
||||
TestFunc: testWatchtowerSessionManagement,
|
||||
},
|
||||
{
|
||||
// NOTE: this test must be put in the same tranche as
|
||||
// `testWatchtowerSessionManagement` to avoid parallel use of
|
||||
// the default watchtower port.
|
||||
Name: "revoked uncooperative close retribution altruist " +
|
||||
"watchtower",
|
||||
TestFunc: testRevokedCloseRetributionAltruistWatchtower,
|
||||
},
|
||||
{
|
||||
Name: "channel fundmax",
|
||||
TestFunc: testChannelFundMax,
|
||||
|
Loading…
x
Reference in New Issue
Block a user