Commit 933195da authored by vitaliii's avatar vitaliii Committed by Commit Bot

Disable flaky testTapGestureFollowedByScrollClearsSelection.

Disable org.chromium.chrome.browser.contextualsearch
ContextualSearchManagerTest
testTapGestureFollowedByScrollClearsSelection
because flaky.

TBR=donnd@chromium.org

Bug: 841017
Change-Id: I0faca09f286ea776ce54d70c411ff61a7649132e
Reviewed-on: https://chromium-review.googlesource.com/1052129Reviewed-by: default avatarvitaliii <vitaliii@chromium.org>
Commit-Queue: vitaliii <vitaliii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557197}
parent 0101ff77
...@@ -1443,6 +1443,7 @@ public class ContextualSearchManagerTest { ...@@ -1443,6 +1443,7 @@ public class ContextualSearchManagerTest {
* Tests that a Tap gesture followed by scrolling clears the selection. * Tests that a Tap gesture followed by scrolling clears the selection.
*/ */
@Test @Test
@DisabledTest(message = "crbug.com/841017")
@SmallTest @SmallTest
@Feature({"ContextualSearch"}) @Feature({"ContextualSearch"})
public void testTapGestureFollowedByScrollClearsSelection() public void testTapGestureFollowedByScrollClearsSelection()
......
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