Commit b61e025f authored by Tao Bai's avatar Tao Bai Committed by Commit Bot

Revert "Disable flaky test AwContentCaptureTest#test*"

This reverts commit 1a297a80.

Reason for revert: The culprit https://chromium-review.googlesource.com/c/chromium/src/+/1778362 was reverted.

Original change's description:
> 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: Arthur Sonzogni <arthursonzogni@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#694204}

TBR=michaelbai@chromium.org,arthursonzogni@chromium.org

Change-Id: Ib92233902f4e760d638d5b53e2d87ba9e19bdaf3
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1001400
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789667Reviewed-by: default avatarTao Bai <michaelbai@chromium.org>
Commit-Queue: Tao Bai <michaelbai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694263}
parent 29627655
...@@ -18,7 +18,6 @@ import org.junit.runner.RunWith; ...@@ -18,7 +18,6 @@ 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;
...@@ -415,7 +414,6 @@ public class AwContentCaptureTest { ...@@ -415,7 +414,6 @@ 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'>"
...@@ -477,7 +475,6 @@ public class AwContentCaptureTest { ...@@ -477,7 +475,6 @@ 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>"
...@@ -506,7 +503,6 @@ public class AwContentCaptureTest { ...@@ -506,7 +503,6 @@ 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>"
...@@ -547,7 +543,6 @@ public class AwContentCaptureTest { ...@@ -547,7 +543,6 @@ 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