forked from lightningnetwork/lnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81821ae
commit 4026936
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
//go:build integration | ||
|
||
package itest | ||
|
||
var excludedTestsWindows = []string{ | ||
"sweep cpfp anchor incoming timeout", | ||
"sweep htlcs", | ||
"listsweeps", | ||
"lookup htlc resolution", | ||
"async payments benchmark", | ||
"coop close with external delivery", | ||
"multihop htlc aggregation leased", | ||
"multihop htlc aggregation anchor", | ||
"multihop htlc aggregation simple taproot", | ||
"channel force closure anchor", | ||
"query blinded route", | ||
"remote signer", | ||
"coop close with htlcs", | ||
"invoice HTLC modifier basic", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters