Commit 70c0f755 authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Disable testShowAutofillPopupAndKeyboardSimulatenously

Tbr: sebsg@chromium.org
No-Try: true
Bug: 921062
Change-Id: Ic9699d7c3a2350e4969730288ae1ffae47917f4b
Reviewed-on: https://chromium-review.googlesource.com/c/1407091Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622033}
parent f7926314
......@@ -15,6 +15,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils;
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;
......@@ -60,6 +61,7 @@ public class AutofillPopupWithKeyboardTest {
@MediumTest
@Feature({"autofill-keyboard"})
@RetryOnFailure
@DisabledTest
public void testShowAutofillPopupAndKeyboardimultaneously()
throws InterruptedException, ExecutionException, TimeoutException {
mActivityTestRule.startMainActivityWithURL(UrlUtils.encodeHtmlDataUri("<html><head>"
......
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