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
1777abc
commit 6435e1c
Showing
3 changed files
with
40 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,14 @@ | ||
//go:build integration | ||
|
||
package itest | ||
|
||
var excludedTestsWindows = []string{ | ||
"sweep cpfp anchor incoming timeout", | ||
"sweep htlcs", | ||
"lookup htlc resolution", | ||
"async payments benchmark", | ||
"coop close with external delivery", | ||
"multihop htlc aggregation leased", | ||
"multihop htlc aggregation anchor", | ||
"multihop htlc aggregation simple taproot", | ||
} |
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