@@ -39,6 +39,7 @@ public void FlyoutTest_BottomPlacement_WithSmallerAnchor_DoesntDefaultToFull()
3939 [ Test ]
4040 [ AutoRetry ]
4141 [ ActivePlatforms ( Platform . Android , Platform . Browser ) ] // Test authoring problem on iOS
42+ [ Ignore ( "Flaky on iOS/Android native https://github.com/unoplatform/uno/issues/22688" ) ]
4243 public void FlyoutTest_DataBoundButton_CommandExecutes ( )
4344 {
4445 Run ( "UITests.Shared.Windows_UI_Xaml_Controls.Flyout.Flyout_ButtonInContent" ) ;
@@ -62,6 +63,7 @@ public void FlyoutTest_DataBoundButton_CommandExecutes()
6263 [ Test ]
6364 [ AutoRetry ]
6465 [ ActivePlatforms ( Platform . Android , Platform . Browser ) ] // Test is flaky on iOS #9080
66+ [ Ignore ( "Flaky on iOS/Android native https://github.com/unoplatform/uno/issues/22688" ) ]
6567 public void FlyoutTest_Target ( )
6668 {
6769 Run ( "Uno.UI.Samples.Content.UITests.Flyout.Flyout_Target" ) ;
@@ -122,6 +124,7 @@ public void FlyoutTest_Target()
122124 [ Test ]
123125 [ AutoRetry ]
124126 [ ActivePlatforms ( Platform . Android , Platform . Browser ) ] // Very flaky on iOS #9080
127+ [ Ignore ( "Flaky on iOS/Android native https://github.com/unoplatform/uno/issues/22688" ) ]
125128 public void FlyoutTest_Unloaded ( )
126129 {
127130 Run ( "UITests.Shared.Windows_UI_Xaml_Controls.Flyout.Flyout_Unloaded" ) ;
@@ -141,6 +144,7 @@ public void FlyoutTest_Unloaded()
141144 [ Test ]
142145 [ AutoRetry ]
143146 [ ActivePlatforms ( Platform . Android , Platform . Browser ) ] // Test authoring problem on iOS
147+ [ Ignore ( "Flaky on iOS/Android native https://github.com/unoplatform/uno/issues/22688" ) ]
144148 public void FlyoutTest_Simple_FlyoutsCanBeDismissed ( )
145149 {
146150 Run ( "Uno.UI.Samples.Content.UITests.Flyout.Flyout_Simple" ) ;
@@ -200,6 +204,7 @@ public void FlyoutTest_Simple_FlyoutsCanBeDismissed()
200204 [ Test ]
201205 [ AutoRetry ]
202206 [ ActivePlatforms ( Platform . Android ) ] // Test authoring problem on iOS, flaky on WASM #9080
207+ [ Ignore ( "Flaky on iOS/Android native https://github.com/unoplatform/uno/issues/22688" ) ]
203208 public void Flyout_TemplatedParent ( )
204209 {
205210 Run ( "UITests.Windows_UI_Xaml_Controls.Flyout.Flyout_TemplatedParent" ) ;
@@ -218,6 +223,7 @@ public void Flyout_TemplatedParent()
218223 [ Test ]
219224 [ AutoRetry ]
220225 [ ActivePlatforms ( Platform . Android , Platform . Browser ) ] // Test authoring problem on iOS
226+ [ Ignore ( "Flaky on iOS/Android native https://github.com/unoplatform/uno/issues/22688" ) ]
221227 public void Flyout_Namescope ( )
222228 {
223229 Run ( "UITests.Shared.Windows_UI_Xaml_Controls.FlyoutTests.Flyout_Namescope" ) ;
@@ -238,6 +244,7 @@ public void Flyout_Namescope()
238244
239245 [ Test ]
240246 [ AutoRetry ]
247+ [ Ignore ( "Flaky on iOS/Android native https://github.com/unoplatform/uno/issues/22688" ) ]
241248 public void Flyout_ShowAt_Window_Content ( )
242249 {
243250 Run ( "UITests.Windows_UI_Xaml_Controls.FlyoutTests.Flyout_ShowAt_Window_Content" ) ;
0 commit comments