Skip to content

Commit bab1f15

Browse files
committed
test: Temporarily disable flaky ContextMenu test on iOS
#9080
1 parent a584252 commit bab1f15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.ContextMenuPosition.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public async Task When_Empty_TextBox_Position_Valid()
142142

143143
[TestMethod]
144144
[RunsOnUIThread]
145+
[PlatformCondition(ConditionMode.Exclude, RuntimeTestPlatforms.SkiaIOS)] // Flaky on iOS Skia https://github.com/unoplatform/uno/issues/9080
145146
public async Task When_TextBox_Has_ContextFlyout_Keyboard_Trigger_Shows_Flyout()
146147
{
147148
var flyoutOpened = false;

0 commit comments

Comments
 (0)