Commit 2369d502 authored by David Bokan's avatar David Bokan Committed by Commit Bot

Disable OSKOverscroll test

This test is failing on the Nougat bot. Since the feature is unshipped
and currently unowned, it's best to just disable for now. We'll block
the feature bug on reenabling it.

Bug: 773076
Change-Id: I30d019267116fcae937e86f5f514f2a260829dc4
Reviewed-on: https://chromium-review.googlesource.com/943246Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: David Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#540248}
parent 88b24ff5
...@@ -14,6 +14,7 @@ import org.junit.runner.RunWith; ...@@ -14,6 +14,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.RetryOnFailure; import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.base.test.util.UrlUtils; import org.chromium.base.test.util.UrlUtils;
import org.chromium.chrome.test.ChromeActivityTestRule; import org.chromium.chrome.test.ChromeActivityTestRule;
...@@ -113,6 +114,7 @@ public class OSKOverscrollTest { ...@@ -113,6 +114,7 @@ public class OSKOverscrollTest {
* @throws ExecutionException * @throws ExecutionException
*/ */
@Test @Test
@DisabledTest(message = "crbug.com/773076")
@MediumTest @MediumTest
@CommandLineFlags.Add({ChromeSwitches.ENABLE_OSK_OVERSCROLL}) @CommandLineFlags.Add({ChromeSwitches.ENABLE_OSK_OVERSCROLL})
@RetryOnFailure @RetryOnFailure
......
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