Commit 33bb769b authored by Alex Ilin's avatar Alex Ilin Committed by Commit Bot

[webview] Disable flaky autofill test

This CL marks
org.chromium.android_webview.test.AwAutofillTest#testPageScrollTriggerViewExitAndEnter
and
org.chromium.android_webview.test.AwAutofillTest#testPageScrollTriggerViewExitAndEnter__multiprocess_mode
as flaky.

TBR=michaelbai@chromium.org

Bug: 1033179
Change-Id: I5829718f47165867ac1041bf8d24e972f55f1948
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014941
Commit-Queue: Alex Ilin <alexilin@chromium.org>
Reviewed-by: default avatarAlex Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734054}
parent 3df1ee77
...@@ -47,6 +47,7 @@ import org.chromium.base.task.PostTask; ...@@ -47,6 +47,7 @@ import org.chromium.base.task.PostTask;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisableIf; import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.MetricsUtils; import org.chromium.base.test.util.MetricsUtils;
import org.chromium.base.test.util.MinAndroidSdkLevel; import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.components.autofill.AutofillManagerWrapper; import org.chromium.components.autofill.AutofillManagerWrapper;
...@@ -1827,6 +1828,7 @@ public class AwAutofillTest { ...@@ -1827,6 +1828,7 @@ public class AwAutofillTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@FlakyTest(message = "crbug.com/1033179")
public void testPageScrollTriggerViewExitAndEnter() throws Throwable { public void testPageScrollTriggerViewExitAndEnter() throws Throwable {
TestWebServer webServer = TestWebServer.start(); TestWebServer webServer = TestWebServer.start();
final String data = "<html><head></head><body><form action='a.html' name='formname'>" final String data = "<html><head></head><body><form action='a.html' name='formname'>"
......
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