dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.29k stars 957 forks source link

Disable unstable test case "ToolStrip_WndProc_InvokeMouseActivateWithHandle_Success" #11383

Closed LeafShi1 closed 1 month ago

LeafShi1 commented 1 month ago

Related #11382

Proposed changes

LeafShi1 commented 1 month ago

Check failing on seemingly unrelated test, i.e., System.Windows.Forms.UITests.ButtonTests.Button_Press_Enter_Fires_OnClickAsync. Other than that, LGTM.

@ricardobossan Thanks for your check, actually the test Button_Press_Enter_Fires_OnClickAsync should be disabled in PR #11330, but I wrongly added tag on test Button_PerformClick_Fires_OnClickAsync. I submitted a new PR #11395 for it, please review it.