Commit 06ff961b authored by jam's avatar jam Committed by Commit bot

Disable ImeTest#testFinishComposingText and...

Disable ImeTest#testFinishComposingText and ImeTest#testEnterKeyEventWhileComposingText since they are flaking.

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

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

Cr-Commit-Position: refs/heads/master@{#294077}
parent 9e55d685
...@@ -317,8 +317,11 @@ public class ImeTest extends ContentShellTestBase { ...@@ -317,8 +317,11 @@ public class ImeTest extends ContentShellTestBase {
assertWaitForKeyboardStatus(true); assertWaitForKeyboardStatus(true);
} }
/*
@SmallTest @SmallTest
@Feature({"TextInput", "Main"}) @Feature({"TextInput", "Main"})
*/
@DisabledTest
public void testFinishComposingText() throws Throwable { public void testFinishComposingText() 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