File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11#if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_CATALYST && TEST_FAILS_ON_IOS
2+ #if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_CATALYST
23// Orientation not supported in Catalyst and Windows
3- // On iOS FlyoutPage RTL is not working as expected, Issue: https://github.com/dotnet/maui/issues/26726
44using NUnit . Framework ;
55using UITest . Appium ;
66using UITest . Core ;
@@ -35,7 +35,8 @@ public void RootViewMovesAndContentIsVisible()
3535 Assert . That ( positionStart , Is . Not . EqualTo ( secondPosition ) ) ;
3636 }
3737
38- [ Test ]
38+ [ Test ]
39+ [ FailsOnIOSWhenRunningOnXamarinUITest ] //https://github.com/dotnet/maui/issues/26726
3940 public void RootViewSizeDoesntChangeAfterBackground ( )
4041 {
4142 var idiom = App . WaitForElement ( "Idiom" ) ;
You can’t perform that action at this time.
0 commit comments