We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf42130 commit fa7be51Copy full SHA for fa7be51
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue29633.cs
@@ -1,3 +1,4 @@
1
+#if TEST_FAILS_ON_CATALYST // Highlighting Not Working Properly on Mac Catalyst, https://github.com/dotnet/maui/issues/27519
2
using NUnit.Framework;
3
using UITest.Appium;
4
using UITest.Core;
@@ -20,4 +21,5 @@ public void PickerShouldShowSelectedItemHighlight()
20
21
App.Click("HighlightPickerItem");
22
VerifyScreenshot();
23
}
-}
24
+}
25
+#endif
0 commit comments