itest: skip force close restart in windows

This commit is contained in:
yyforyongyu 2025-03-15 19:35:24 +08:00
parent feeb9acaa7
commit ea66dacc07
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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