Commit aab370c7 authored by Ted Choc's avatar Ted Choc Committed by Commit Bot

Disable ContentTextSelectionTest#testSelectActionBarPlainTextSelectAll as it is flaky.

TBR=amaralp@chromium.org
BUG=946157

Change-Id: Id4b9433a9186055073b9f3f93b95e30238172ab4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538873Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Ted Choc <tedchoc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644550}
parent 5ed25522
......@@ -606,6 +606,7 @@ public class ContentTextSelectionTest {
@Test
@SmallTest
@Feature({"TextSelection"})
@DisabledTest(message = "https://crbug.com/946157")
public void testSelectActionBarPlainTextSelectAll() throws Exception {
DOMUtils.longPressNode(mWebContents, "plain_text_1");
waitForSelectActionBarVisible(true);
......
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