Skip to content

Commit

Permalink
Related to dotnet#7297
Browse files Browse the repository at this point in the history
Skip Button_Anchor_ResizeOnWindowSizeWiderAsync test
  • Loading branch information
Tanya-Solyanik committed Jul 13, 2022
1 parent e1fa12d commit 79a808d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ await InputSimulator.SendAsync(
});
}

[WinFormsFact]
[ActiveIssue("https://github.com/dotnet/winforms/issues/7297")]
[WinFormsFact(Skip = "Flaky tests, see: https://github.com/dotnet/winforms/issues/7297")]
public async Task Button_Anchor_ResizeOnWindowSizeWiderAsync()
{
await RunTestAsync(async (form, button) =>
Expand Down

0 comments on commit 79a808d

Please sign in to comment.