Skip to content

Commit

Permalink
fix(test): disable droid TestTextBoxReleaseOutUnfocused
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoy312 committed Dec 2, 2021
1 parent 18e7ad1 commit 775e854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void TestTextBoxReleaseOutFocused()

[Test]
[AutoRetry]
[ActivePlatforms(Platform.Android, Platform.iOS)] // For touch, focus should be set only when released outside of TextBox
[ActivePlatforms(/*Platform.Android, */Platform.iOS)] // For touch, focus should be set only when released outside of TextBox
public void TestTextBoxReleaseOutUnfocused()
{
Run("UITests.Shared.Windows_UI_Input.VisualStatesTests.TextBox_VisualStates");
Expand Down

0 comments on commit 775e854

Please sign in to comment.