Commit a2358ce5 authored by Donn Denman's avatar Donn Denman Committed by Commit Bot

Disable two tests in AndroidScrollIntegrationTest.

There are two tests that are currently flaking a lot, one
when running in multiprocess_mode.

Disabling these tests until they can be fixed.

TBR=wnwen@chromium.org

BUG=813837

Change-Id: I6f969a9f8bdfe3d74ff92d3d60b6f3d7d94c986b
Reviewed-on: https://chromium-review.googlesource.com/926969Reviewed-by: default avatarDonn Denman <donnd@chromium.org>
Commit-Queue: Donn Denman <donnd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537844}
parent 0c5106ab
......@@ -27,8 +27,8 @@ import org.chromium.android_webview.test.util.CommonResources;
import org.chromium.android_webview.test.util.JavascriptEventObserver;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.base.test.util.parameter.SkipCommandLineParameterization;
import org.chromium.content_public.browser.GestureListenerManager;
import org.chromium.content_public.browser.GestureStateListener;
......@@ -448,10 +448,14 @@ public class AndroidScrollIntegrationTest {
}
@Test
@SmallTest
@Feature({"AndroidWebView"})
/**
* @SmallTest
* @Feature({"AndroidWebView"})
* @RetryOnFailure
* BUG=813837
*/
@SkipCommandLineParameterization // crbug.com/616505
@RetryOnFailure
@DisabledTest
public void testTouchScrollCanBeAlteredByUi() throws Throwable {
final TestAwContentsClient contentsClient = new TestAwContentsClient();
final ScrollTestContainerView testContainerView =
......@@ -595,8 +599,12 @@ public class AndroidScrollIntegrationTest {
}
@Test
@SmallTest
@Feature({"AndroidWebView"})
/**
* @SmallTest
* @Feature({"AndroidWebView"})
* BUG=813837
*/
@DisabledTest
public void testFlingScrollOnPopup() throws Throwable {
final TestAwContentsClient parentContentsClient = new TestAwContentsClient();
final ScrollTestContainerView parentContainerView =
......
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