Commit 0f8373b2 authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

sheriff: Disable AwContentsTest#testCreateLoadDestroyManyAtOnce

The test causes webview to crash. It has to be disable until the cause
off the crash is found.

TBR=timvolodine@chromium.org

Bug: 1073077
Change-Id: I66fb484ad23d33754b5ab841abd4826d3a289b07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409977
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806609}
parent 26366f44
......@@ -41,6 +41,7 @@ import org.chromium.base.Log;
import org.chromium.base.metrics.RecordHistogram;
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.content_public.browser.test.util.TestThreadUtils;
import org.chromium.content_public.common.ContentSwitches;
......@@ -116,6 +117,7 @@ public class AwContentsTest {
@Test
@LargeTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "Crash https://crbug.com/1073077")
public void testCreateLoadDestroyManyAtOnce() throws Throwable {
AwTestContainerView views[] = new AwTestContainerView[10];
......
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