Commit c98b5438 authored by grunell's avatar grunell Committed by Commit bot

Disabling flaky test org.chromium.content.browser.input.ImeTest#testImeSelectAndUnSelectAll.

TBR=changwan@chromium.org

BUG=673588

Review-Url: https://codereview.chromium.org/2574713002
Cr-Commit-Position: refs/heads/master@{#438115}
parent 3006a20f
......@@ -806,6 +806,7 @@ public class ImeTest extends ContentShellTestBase {
@SmallTest
@Feature({"TextInput"})
@DisabledTest(message = "crbug.com/673588")
public void testImeSelectAndUnSelectAll() throws Exception {
commitText("hello", 1);
waitAndVerifyUpdateSelection(0, 5, 5, -1, -1);
......
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