You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ErrormessageSystem.NullReferenceException: Object reference not set to an instance of an object.
Stack trace
at System.Windows.Forms.Tests.ListViewLabelEditAccessibleObjectTests.ListViewLabelEditAccessibleObject_IsPatternSupported_ReturnsExpected()in/_/src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/ListViewLabelEditAccessibleObjectTests.cs:line 67
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget,Void**arguments,Signaturesig,BooleanisConstructor)
at System.Reflection.MethodInvoker.Invoke(Objectobj,IntPtr*args,BindingFlagsinvokeAttr)
The ListViewLabelEditAccessibleObjectTests tests depend on focus being set to have an active edit control- see CreateListViewAndStartEditing. This class should be in its own collection and run sequentially (which is the default for the methods inside of a given class).
Should look at other calls to SetFocus in tests to see if any other classes need the same treatment.
Runfo Tracking Issue: [Flaky Test] listviewlabeleditaccessibleobject_ispatternsupported_returnsexpected
Build Result Summary
The text was updated successfully, but these errors were encountered: