Commit 735a9e9e authored by Patrick Noland's avatar Patrick Noland Committed by Commit Bot

[Sheriff] Disable failing test AwAutofillTest#testAutofillTriggersAfterReload

Bug: 1142486
Change-Id: I6bcafa3f76de8a773a7caafe8f41d89d297c99ce
TBR: michaelbai@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499442Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820862}
parent 6e49228b
......@@ -47,6 +47,7 @@ import org.chromium.base.metrics.RecordHistogram;
import org.chromium.base.task.PostTask;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.MetricsUtils;
......@@ -992,6 +993,7 @@ public class AwAutofillTest {
@Test
@SmallTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "https://crbug.com/1142486")
public void testAutofillTriggersAfterReload() throws Throwable {
final String data = "<html><head></head><body><form action='a.html' name='formname'>"
+ "<input type='text' id='text1' name='username'"
......
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