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 {
assertTrue(ev.isShiftPressed());
}
/*
@SmallTest
@Feature({"TextInput", "Main"})
*/
@DisabledTest
public void testKeyCodesWhileComposingText() throws Throwable {
DOMUtils.focusNode(mContentViewCore, "textarea");
assertWaitForKeyboardStatus(true);
......@@ -606,8 +609,11 @@ public class ImeTest extends ContentShellTestBase {
setComposingRegion(mConnection, 9, 0);
}
/*
@SmallTest
@Feature({"TextInput", "Main"})
*/
@DisabledTest
public void testEnterKeyEventWhileComposingText() throws Throwable {
DOMUtils.focusNode(mContentViewCore, "input_radio");
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