Skip to content

Commit

Permalink
itest: break remote signer into independent cases
Browse files Browse the repository at this point in the history
So the test can run faster.
  • Loading branch information
yyforyongyu committed Nov 8, 2024
1 parent cbb099f commit c341ad1
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 125 deletions.
5 changes: 1 addition & 4 deletions itest/list_on_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,6 @@ var allTestCases = []*lntest.TestCase{
Name: "async payments benchmark",
TestFunc: testAsyncPayments,
},
{
Name: "remote signer",
TestFunc: testRemoteSigner,
},
{
Name: "taproot coop close",
TestFunc: testTaprootCoopClose,
Expand Down Expand Up @@ -682,6 +678,7 @@ func init() {
allTestCases = append(allTestCases, multiHopForceCloseTestCases...)
allTestCases = append(allTestCases, watchtowerTestCases...)
allTestCases = append(allTestCases, psbtFundingTestCases...)
allTestCases = append(allTestCases, remoteSignerTestCases...)

if isWindowsOS() {
fmt.Println(len(allTestCases), "test cases")
Expand Down
Loading

0 comments on commit c341ad1

Please sign in to comment.