Commit 42f9d59c authored by Tomasz Wiszkowski's avatar Tomasz Wiszkowski Committed by Ender

Disable flaky AutofillAssistantOverlayIntegrationTests.

Link to recent failures: http://shortn/_HrAAo0lrn8
TBR=sandromaggi@chromium.org

Bug: 1058599
Change-Id: I71a98fb1b0a38e65eef9b331ac544cf955d3b33b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088298Reviewed-by: default avatarEnder <ender@google.com>
Commit-Queue: Ender <ender@google.com>
Cr-Commit-Position: refs/heads/master@{#747014}
parent 85d0fd9f
......@@ -24,6 +24,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.autofill_assistant.proto.ActionProto;
import org.chromium.chrome.browser.autofill_assistant.proto.ChipProto;
......@@ -162,6 +163,7 @@ public class AutofillAssistantOverlayIntegrationTest {
*/
@Test
@MediumTest
@DisabledTest(message = "flaky on Android L; crbug.com/1058599")
public void testShowCastOnIFrameElement() throws Exception {
ElementReferenceProto element = (ElementReferenceProto) ElementReferenceProto.newBuilder()
.addSelectors("#iframe")
......@@ -211,6 +213,7 @@ public class AutofillAssistantOverlayIntegrationTest {
*/
@Test
@MediumTest
@DisabledTest(message = "flaky on Android L; crbug.com/1058599")
public void testShowCastOnIFrameElementInScrollIFrame() throws Exception {
ElementReferenceProto element = (ElementReferenceProto) ElementReferenceProto.newBuilder()
.addSelectors("#iframe")
......
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