Skip to content

Commit

Permalink
Skip test for #8611
Browse files Browse the repository at this point in the history
  • Loading branch information
dreddy-work committed Feb 9, 2023
1 parent e8f03d2 commit 76f63c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ bool action(Message actualMsg, Keys actualKeyData)
Assert.False(control.IsHandleCreated);
}

[WinFormsFact]
[WinFormsFact(Skip = " Flaky test being investigated. See:https://github.com/dotnet/winforms/issues/8611")]
public void MenuStrip_WndProc_InvokeMouseActivate_Success()
{
using var control = new SubMenuStrip();
Expand Down

0 comments on commit 76f63c1

Please sign in to comment.