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;
import org.chromium.android_webview.AwContents;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.components.content_capture.ContentCaptureConsumer;
import org.chromium.components.content_capture.ContentCaptureController;
......@@ -414,6 +415,7 @@ public class AwContentCaptureTest {
@Test
@LargeTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/963073")
public void testSingleFrame() throws Throwable {
final String response = "<html><head></head><body>"
+ "<div id='place_holder'>"
......@@ -475,6 +477,7 @@ public class AwContentCaptureTest {
@Test
@SmallTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/963073")
public void testChangeContent() throws Throwable {
final String response = "<html><head></head><body>"
+ "<div id='editable_id'>Hello</div>"
......@@ -503,6 +506,7 @@ public class AwContentCaptureTest {
@Test
@SmallTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/963073")
public void testRemoveSession() throws Throwable {
final String response = "<html><head></head><body>"
+ "<div id='editable_id'>Hello</div>"
......@@ -543,6 +547,7 @@ public class AwContentCaptureTest {
@Test
@SmallTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/963073")
public void testRemoveIframe() throws Throwable {
final String subFrame = "<html><head></head><body>"
+ "<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