Commit 94a43887 authored by Alex Ilin's avatar Alex Ilin Committed by Commit Bot

[sheriff] Disable flaky AwContentCaptureTest#testMultipleConsumers

TBR=michaelbai@chromium.org

Bug: 1126950
Change-Id: I624983b8f86f24180ed8200ddb0793d8a7af2c1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2403562Reviewed-by: default avatarAlex Ilin <alexilin@chromium.org>
Commit-Queue: Alex Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805799}
parent 6ef82730
...@@ -21,6 +21,7 @@ import org.chromium.android_webview.AwContents; ...@@ -21,6 +21,7 @@ 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.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
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;
import org.chromium.components.content_capture.ContentCaptureData; import org.chromium.components.content_capture.ContentCaptureData;
...@@ -608,6 +609,7 @@ public class AwContentCaptureTest { ...@@ -608,6 +609,7 @@ public class AwContentCaptureTest {
@Test @Test
@SmallTest @SmallTest
@FlakyTest(message = "https://crbug.com/1126950")
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
public void testMultipleConsumers() throws Throwable { public void testMultipleConsumers() throws Throwable {
TestThreadUtils.runOnUiThreadBlocking(() -> { TestThreadUtils.runOnUiThreadBlocking(() -> {
......
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