Commit 1a297a80 authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

Disable flaky test AwContentCaptureTest#test*

Tbr: michaelbai@chromium.org
Bug: 1001400
Change-Id: I8a6e2467f020372d7b0de031b84c07948834cfdb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789283
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694204}
parent b80af393
...@@ -18,6 +18,7 @@ import org.junit.runner.RunWith; ...@@ -18,6 +18,7 @@ import org.junit.runner.RunWith;
import org.chromium.android_webview.AwContents; import org.chromium.android_webview.AwContents;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags; 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.Feature;
import org.chromium.components.content_capture.ContentCaptureConsumer; import org.chromium.components.content_capture.ContentCaptureConsumer;
import org.chromium.components.content_capture.ContentCaptureController; import org.chromium.components.content_capture.ContentCaptureController;
...@@ -414,6 +415,7 @@ public class AwContentCaptureTest { ...@@ -414,6 +415,7 @@ public class AwContentCaptureTest {
@Test @Test
@LargeTest @LargeTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/963073")
public void testSingleFrame() throws Throwable { public void testSingleFrame() throws Throwable {
final String response = "<html><head></head><body>" final String response = "<html><head></head><body>"
+ "<div id='place_holder'>" + "<div id='place_holder'>"
...@@ -475,6 +477,7 @@ public class AwContentCaptureTest { ...@@ -475,6 +477,7 @@ public class AwContentCaptureTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/963073")
public void testChangeContent() throws Throwable { public void testChangeContent() throws Throwable {
final String response = "<html><head></head><body>" final String response = "<html><head></head><body>"
+ "<div id='editable_id'>Hello</div>" + "<div id='editable_id'>Hello</div>"
...@@ -503,6 +506,7 @@ public class AwContentCaptureTest { ...@@ -503,6 +506,7 @@ public class AwContentCaptureTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/963073")
public void testRemoveSession() throws Throwable { public void testRemoveSession() throws Throwable {
final String response = "<html><head></head><body>" final String response = "<html><head></head><body>"
+ "<div id='editable_id'>Hello</div>" + "<div id='editable_id'>Hello</div>"
...@@ -543,6 +547,7 @@ public class AwContentCaptureTest { ...@@ -543,6 +547,7 @@ public class AwContentCaptureTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/963073")
public void testRemoveIframe() throws Throwable { public void testRemoveIframe() throws Throwable {
final String subFrame = "<html><head></head><body>" final String subFrame = "<html><head></head><body>"
+ "<div id='editable_id'>Hello</div>" + "<div id='editable_id'>Hello</div>"
......
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