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 0b2443b commit ffd1a69
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")

Check failure on line 684 in itest/list_on_test.go

View workflow job for this annotation

GitHub Actions / lint code

use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Expand Down
Loading

0 comments on commit ffd1a69

Please sign in to comment.