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 fb6216b commit 4d27befCopy full SHA for 4d27bef
src/test/integration/UIIntegrationTests/ListViewTests.cs
@@ -532,7 +532,10 @@ await RunTestAsync((form, listView) =>
532
});
533
}
534
535
+ [ActiveIssue("https://github.com/dotnet/winforms/issues/13291")]
536
[WinFormsFact]
537
+ [SkipOnArchitecture(TestArchitectures.X86 | TestArchitectures.X64,
538
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291")]
539
public async Task ListView_Click_On_Second_Column_Does_Not_Alter_CheckBoxesAsync()
540
{
541
await RunTestAsync(async (form, listView) =>
0 commit comments