Skip to content

Commit 4a7e7de

Browse files
Updated the test case
1 parent 9362619 commit 4a7e7de

File tree

1 file changed

+3
-1
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+3
-1
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue29633.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if TEST_FAILS_ON_CATALYST // Highlighting Not Working Properly on Mac Catalyst, https://github.com/dotnet/maui/issues/27519
12
using NUnit.Framework;
23
using UITest.Appium;
34
using UITest.Core;
@@ -20,4 +21,5 @@ public void PickerShouldShowSelectedItemHighlight()
2021
App.Click("HighlightPickerItem");
2122
VerifyScreenshot();
2223
}
23-
}
24+
}
25+
#endif

0 commit comments

Comments
 (0)