Commit 0c754f5b authored by mek's avatar mek Committed by Commit bot

Disable two failing Android IME tests.

BUG=725532
TBR=changwan@chromium.org

Review-Url: https://codereview.chromium.org/2898213002
Cr-Commit-Position: refs/heads/master@{#473936}
parent e5b155ae
...@@ -819,6 +819,7 @@ public class ImeTest { ...@@ -819,6 +819,7 @@ public class ImeTest {
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "crbug.com/725532")
@Feature({"TextInput", "Main"}) @Feature({"TextInput", "Main"})
public void testFinishComposingText() throws Throwable { public void testFinishComposingText() throws Throwable {
mRule.focusElementAndWaitForStateUpdate("textarea"); mRule.focusElementAndWaitForStateUpdate("textarea");
...@@ -1155,6 +1156,7 @@ public class ImeTest { ...@@ -1155,6 +1156,7 @@ public class ImeTest {
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "crbug.com/725532")
@Feature({"TextInput", "Main"}) @Feature({"TextInput", "Main"})
public void testNavigateTextWithDpadKeyCodes() throws Throwable { public void testNavigateTextWithDpadKeyCodes() throws Throwable {
mRule.focusElementAndWaitForStateUpdate("textarea"); mRule.focusElementAndWaitForStateUpdate("textarea");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment