We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feeb9ac commit ea66dacCopy full SHA for ea66dac
itest/list_exclude_test.go
@@ -69,6 +69,13 @@ var excludedTestsWindows = []string{
69
"query blinded route",
70
71
"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",
79
}
80
81
// filterWindowsFlakyTests filters out the flaky tests that are excluded from
0 commit comments