Skip to content

Commit cc100a4

Browse files
committed
chore: ignore When_GotFocus_BringIntoView on android
1 parent 6873c8e commit cc100a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,9 @@ public async Task When_Paste()
807807

808808
[TestMethod]
809809
[RunsOnUIThread]
810+
#if __ANDROID__
811+
[Ignore("https://github.com/unoplatform/uno/issues/15457")]
812+
#endif
810813
public async Task When_GotFocus_BringIntoView()
811814
{
812815
var tb = new TextBox();

0 commit comments

Comments
 (0)