We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6873c8e commit cc100a4Copy full SHA for cc100a4
src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs
@@ -807,6 +807,9 @@ public async Task When_Paste()
807
808
[TestMethod]
809
[RunsOnUIThread]
810
+#if __ANDROID__
811
+ [Ignore("https://github.com/unoplatform/uno/issues/15457")]
812
+#endif
813
public async Task When_GotFocus_BringIntoView()
814
{
815
var tb = new TextBox();
0 commit comments