Skip to content

Commit

Permalink
Disable consistently failing RadioButtons.AccessKeys test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Komin committed Oct 18, 2023
1 parent 4873563 commit 36e3001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/RadioButtons/InteractionTests/RadioButtonsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ public void ScrollViewerSettingSelectionDoesNotMoveFocus()
}
[TestMethod]
[TestProperty("TestSuite", "B")]
[TestProperty("Ignore", "True")] // Bug 47130840: [WinUI2] RadioButtons.AccessKeys test is failing
public void AccessKeys()
{
if (!PlatformConfiguration.IsOsVersionGreaterThanOrEqual(OSVersion.Redstone3))
Expand Down

0 comments on commit 36e3001

Please sign in to comment.