Skip to content

Commit 4d27bef

Browse files
authored
Skip unstable test ListView_Click_On_Second_Column_Does_Not_Alter_CheckBoxesAsync (#13768)
1 parent fb6216b commit 4d27bef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/integration/UIIntegrationTests/ListViewTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,10 @@ await RunTestAsync((form, listView) =>
532532
});
533533
}
534534

535+
[ActiveIssue("https://github.com/dotnet/winforms/issues/13291")]
535536
[WinFormsFact]
537+
[SkipOnArchitecture(TestArchitectures.X86 | TestArchitectures.X64,
538+
"Flaky tests, see: https://github.com/dotnet/winforms/issues/13291")]
536539
public async Task ListView_Click_On_Second_Column_Does_Not_Alter_CheckBoxesAsync()
537540
{
538541
await RunTestAsync(async (form, listView) =>

0 commit comments

Comments
 (0)