Commit 7029263c authored by Tim Volodine's avatar Tim Volodine Committed by Commit Bot

Disable flaky PasswordAccessoryIntegrationTest#testFillsPasswordOnTap on Tablets

Flaky on Marshmallow Tablet Tester.

BUG=1111770
NOTRY=true
TBR=fhorschig@chromium.org

Change-Id: I7e4d763801e30badc42dd54e25f1a38dc8c1c864
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332400Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#793601}
parent d616b3e3
......@@ -40,6 +40,7 @@ import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
import org.chromium.chrome.test.ChromeTabbedActivityTestRule;
import org.chromium.chrome.test.util.browser.Features.EnableFeatures;
import org.chromium.content_public.browser.test.util.CriteriaHelper;
import org.chromium.ui.test.util.UiDisableIf;
import java.util.concurrent.TimeoutException;
......@@ -109,6 +110,7 @@ public class PasswordAccessoryIntegrationTest {
@Test
@SmallTest
@DisableIf.Device(type = {UiDisableIf.TABLET}) // https://crbug.com/1111770
public void testFillsPasswordOnTap() throws TimeoutException {
mHelper.loadTestPage(false);
mHelper.cacheCredentials("mpark@abc.com", "ShorterPassword");
......
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