Skip to content

Commit 9caa5f2

Browse files
committed
itest+lntest: add more itest for accessman
1 parent e003cb5 commit 9caa5f2

File tree

3 files changed

+345
-75
lines changed

3 files changed

+345
-75
lines changed

itest/list_on_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -691,10 +691,6 @@ var allTestCases = []*lntest.TestCase{
691691
Name: "funding manager funding timeout",
692692
TestFunc: testFundingManagerFundingTimeout,
693693
},
694-
{
695-
Name: "access perm",
696-
TestFunc: testAccessPerm,
697-
},
698694
{
699695
Name: "rbf coop close",
700696
TestFunc: testCoopCloseRbf,
@@ -782,6 +778,9 @@ func init() {
782778
"coop close with external delivery", allTestCases,
783779
coopCloseWithExternalTestCases,
784780
)
781+
allTestCases = appendPrefixed(
782+
"peer conn", allTestCases, peerConnTestCases,
783+
)
785784

786785
// Prepare the test cases for windows to exclude some of the flaky
787786
// ones.

0 commit comments

Comments
 (0)