Commit d814c94c authored by Christian Dullweber's avatar Christian Dullweber Committed by Commit Bot

Disable AutofillAssistantOverlayIntegrationTest test

AutofillAssistantOverlayIntegrationTest.testShowCastOnDocumentElement
is flaky.

Tbr: sandromaggi@chromium.org
Bug: 1058599
Change-Id: I229fc925eba6a867a8a35242258e4d3dd20d2fb1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089694
Commit-Queue: Christian Dullweber <dullweber@chromium.org>
Reviewed-by: default avatarSandro Maggi <sandromaggi@google.com>
Reviewed-by: default avatarChristian Dullweber <dullweber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747290}
parent efc31c8e
...@@ -72,6 +72,7 @@ public class AutofillAssistantOverlayIntegrationTest { ...@@ -72,6 +72,7 @@ public class AutofillAssistantOverlayIntegrationTest {
*/ */
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "Test is flaky. crbug.com/1058599")
public void testShowCastOnDocumentElement() throws Exception { public void testShowCastOnDocumentElement() throws Exception {
ElementReferenceProto element = (ElementReferenceProto) ElementReferenceProto.newBuilder() ElementReferenceProto element = (ElementReferenceProto) ElementReferenceProto.newBuilder()
.addSelectors("#touch_area_one") .addSelectors("#touch_area_one")
...@@ -117,6 +118,7 @@ public class AutofillAssistantOverlayIntegrationTest { ...@@ -117,6 +118,7 @@ public class AutofillAssistantOverlayIntegrationTest {
*/ */
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "Test is flaky. crbug.com/1058599")
public void testShowCastOnDocumentElementInScrolledBrowserWindow() throws Exception { public void testShowCastOnDocumentElementInScrolledBrowserWindow() throws Exception {
ElementReferenceProto element = (ElementReferenceProto) ElementReferenceProto.newBuilder() ElementReferenceProto element = (ElementReferenceProto) ElementReferenceProto.newBuilder()
.addSelectors("#touch_area_five") .addSelectors("#touch_area_five")
......
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