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

Revert "Disable AwContentCaptureTest#testSingleFrame() due to flakiness"

This reverts commit 9e9cf806.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> Disable AwContentCaptureTest#testSingleFrame() due to flakiness
> 
> TBR: ntfschr@chromium.org
> Bug: 1001499
> Change-Id: I9bcd4dd17b46485c9ff0ac788438059fcd281a39
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791153
> Commit-Queue: Martin Šrámek <msramek@chromium.org>
> Reviewed-by: Martin Šrámek <msramek@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#694740}

TBR=msramek@chromium.org,ntfschr@chromium.org

Change-Id: I56ca855a00fc89cd4cb816cc1e8a7b7b7b938ed1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1001499
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792454Reviewed-by: default avatarTao Bai <michaelbai@chromium.org>
Commit-Queue: Tao Bai <michaelbai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694803}
parent 78743497
......@@ -18,7 +18,6 @@ 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;
......@@ -415,7 +414,6 @@ public class AwContentCaptureTest {
@Test
@LargeTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/1001499")
public void testSingleFrame() throws Throwable {
final String response = "<html><head></head><body>"
+ "<div id='place_holder'>"
......
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