Commit 5dc66194 authored by johnme's avatar johnme Committed by Commit bot

Disable 2 flaky Java IME tests

ImeTest#testKeyCodesWhileComposingText
ImeTest#testEnterKeyEventWhileComposingText

BUG=411756,315548
TBR=aurimas@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/561773002

Cr-Commit-Position: refs/heads/master@{#294169}
parent 918870fa
...@@ -397,8 +397,11 @@ public class ImeTest extends ContentShellTestBase { ...@@ -397,8 +397,11 @@ public class ImeTest extends ContentShellTestBase {
assertTrue(ev.isShiftPressed()); assertTrue(ev.isShiftPressed());
} }
/*
@SmallTest @SmallTest
@Feature({"TextInput", "Main"}) @Feature({"TextInput", "Main"})
*/
@DisabledTest
public void testKeyCodesWhileComposingText() throws Throwable { public void testKeyCodesWhileComposingText() throws Throwable {
DOMUtils.focusNode(mContentViewCore, "textarea"); DOMUtils.focusNode(mContentViewCore, "textarea");
assertWaitForKeyboardStatus(true); assertWaitForKeyboardStatus(true);
...@@ -606,8 +609,11 @@ public class ImeTest extends ContentShellTestBase { ...@@ -606,8 +609,11 @@ public class ImeTest extends ContentShellTestBase {
setComposingRegion(mConnection, 9, 0); setComposingRegion(mConnection, 9, 0);
} }
/*
@SmallTest @SmallTest
@Feature({"TextInput", "Main"}) @Feature({"TextInput", "Main"})
*/
@DisabledTest
public void testEnterKeyEventWhileComposingText() throws Throwable { public void testEnterKeyEventWhileComposingText() throws Throwable {
DOMUtils.focusNode(mContentViewCore, "input_radio"); DOMUtils.focusNode(mContentViewCore, "input_radio");
assertWaitForKeyboardStatus(false); assertWaitForKeyboardStatus(false);
......
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