Commit 74872d88 authored by Owen Min's avatar Owen Min Committed by Commit Bot

Disable testFlingScroll

Disable
org.chromium.android_webview.test.AndroidScrollIntegrationTest#testFlingScroll
due to flaky

Bug: 1147938
Change-Id: Ic701876e9c09399309b06827d1384b665b9b9509
Tbr: boliu@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535554Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826959}
parent 4ff42120
...@@ -567,6 +567,7 @@ public class AndroidScrollIntegrationTest { ...@@ -567,6 +567,7 @@ public class AndroidScrollIntegrationTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/1147938")
public void testFlingScroll() throws Throwable { public void testFlingScroll() throws Throwable {
final TestAwContentsClient contentsClient = new TestAwContentsClient(); final TestAwContentsClient contentsClient = new TestAwContentsClient();
final ScrollTestContainerView testContainerView = final ScrollTestContainerView testContainerView =
......
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