mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-04 01:48:29 +02:00
itest: skip force close restart in windows
This commit is contained in:
parent
feeb9acaa7
commit
ea66dacc07
@ -69,6 +69,13 @@ var excludedTestsWindows = []string{
|
||||
"query blinded route",
|
||||
|
||||
"data loss protection",
|
||||
|
||||
// The following restart cases will fail in windows due to aggregation
|
||||
// can sometimes miss grouping one or two inputs in the same sweeping
|
||||
// tx, which is likely caused by how the blocks are notified in windows,
|
||||
// more investigation is needed.
|
||||
"channel force close-anchor restart",
|
||||
"channel force close-simple taproot restart",
|
||||
}
|
||||
|
||||
// filterWindowsFlakyTests filters out the flaky tests that are excluded from
|
||||
|
Loading…
x
Reference in New Issue
Block a user