We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a584252 commit bab1f15Copy full SHA for bab1f15
src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.ContextMenuPosition.cs
@@ -142,6 +142,7 @@ public async Task When_Empty_TextBox_Position_Valid()
142
143
[TestMethod]
144
[RunsOnUIThread]
145
+ [PlatformCondition(ConditionMode.Exclude, RuntimeTestPlatforms.SkiaIOS)] // Flaky on iOS Skia https://github.com/unoplatform/uno/issues/9080
146
public async Task When_TextBox_Has_ContextFlyout_Keyboard_Trigger_Shows_Flyout()
147
{
148
var flyoutOpened = false;
0 commit comments