Skip to content

Commit ea66dac

Browse files
committed
itest: skip force close restart in windows
1 parent feeb9ac commit ea66dac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

itest/list_exclude_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ var excludedTestsWindows = []string{
6969
"query blinded route",
7070

7171
"data loss protection",
72+
73+
// The following restart cases will fail in windows due to aggregation
74+
// can sometimes miss grouping one or two inputs in the same sweeping
75+
// tx, which is likely caused by how the blocks are notified in windows,
76+
// more investigation is needed.
77+
"channel force close-anchor restart",
78+
"channel force close-simple taproot restart",
7279
}
7380

7481
// filterWindowsFlakyTests filters out the flaky tests that are excluded from

0 commit comments

Comments
 (0)