Commit 8b8f18b3 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Sheriff] Disable...

[Sheriff] Disable org.chromium.chrome.browser.autofill.AutofillPopupTest#testClickAutofillPopupSuggestion

Tbr: rouslan@chromium.org
NoTry: True
Bug: 936183
Change-Id: I3003f32ee02103ab33b2b8fa0006e7df08245028
Reviewed-on: https://chromium-review.googlesource.com/c/1490501Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635763}
parent b89cc617
......@@ -23,6 +23,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.Callback;
import org.chromium.base.test.util.CommandLineFlags;
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.UrlUtils;
......@@ -234,6 +235,7 @@ public class AutofillPopupTest {
@Test
@MediumTest
@Feature({"autofill"})
@DisabledTest(message = "Flaky. crbug.com/936183")
public void testClickAutofillPopupSuggestion()
throws InterruptedException, ExecutionException, TimeoutException {
loadAndFillForm(BASIC_PAGE_DATA, "J");
......
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