mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-16 20:01:23 +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",
|
Name: "revoked uncooperative close retribution remote hodl",
|
||||||
TestFunc: testRevokedCloseRetributionRemoteHodl,
|
TestFunc: testRevokedCloseRetributionRemoteHodl,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Name: "revoked uncooperative close retribution altruist " +
|
|
||||||
"watchtower",
|
|
||||||
TestFunc: testRevokedCloseRetributionAltruistWatchtower,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Name: "single-hop send to route",
|
Name: "single-hop send to route",
|
||||||
TestFunc: testSingleHopSendToRoute,
|
TestFunc: testSingleHopSendToRoute,
|
||||||
@ -519,6 +514,14 @@ var allTestCases = []*lntest.TestCase{
|
|||||||
Name: "watchtower session management",
|
Name: "watchtower session management",
|
||||||
TestFunc: testWatchtowerSessionManagement,
|
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",
|
Name: "channel fundmax",
|
||||||
TestFunc: testChannelFundMax,
|
TestFunc: testChannelFundMax,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user