Commit 2b26fd34 authored by Matthew Cary's avatar Matthew Cary Committed by Commit Bot

Autofill: disable testTapInputFieldShowsKeyboardAccessory

Flaky.

https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=chrome_public_test_apk&tests=testTapInputFieldShowsKeyboardAccessory

Bug: 838922
TBR: fhorschig@chromium.org,bauerb@chromium.org
Change-Id: I9b55187a8d528a149221075f03186bbaa2b8e789
Reviewed-on: https://chromium-review.googlesource.com/1039826Reviewed-by: default avatarMatthew Cary <mattcary@chromium.org>
Commit-Queue: Matthew Cary <mattcary@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555402}
parent b19e3e5e
...@@ -127,6 +127,7 @@ public class AutofillKeyboardAccessoryIntegrationTest { ...@@ -127,6 +127,7 @@ public class AutofillKeyboardAccessoryIntegrationTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"keyboard-accessory"}) @Feature({"keyboard-accessory"})
@DisabledTest(message = "crbug.com/838922")
public void testTapInputFieldShowsKeyboardAccessory() public void testTapInputFieldShowsKeyboardAccessory()
throws ExecutionException, InterruptedException, TimeoutException { throws ExecutionException, InterruptedException, TimeoutException {
loadTestPage(false); loadTestPage(false);
......
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