Commit 1b2ebaec authored by tapted's avatar tapted Committed by Commit bot

Disable flaky AwContentsTest#testCreateLoadDestroyManyTimes

Crashes flakily. Couldn't find a culprit.

BUG=662688
TBR=tzik@chromium.org,boliu@chromium.org

Review-Url: https://codereview.chromium.org/2484543002
Cr-Commit-Position: refs/heads/master@{#430201}
parent 41cb5b73
...@@ -31,6 +31,7 @@ import org.chromium.android_webview.test.util.JSUtils; ...@@ -31,6 +31,7 @@ import org.chromium.android_webview.test.util.JSUtils;
import org.chromium.base.annotations.SuppressFBWarnings; import org.chromium.base.annotations.SuppressFBWarnings;
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.base.test.util.parameter.ParameterizedTest; import org.chromium.base.test.util.parameter.ParameterizedTest;
import org.chromium.content.browser.BindingManager; import org.chromium.content.browser.BindingManager;
...@@ -79,6 +80,7 @@ public class AwContentsTest extends AwTestBase { ...@@ -79,6 +80,7 @@ public class AwContentsTest extends AwTestBase {
@LargeTest @LargeTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/662688") // Crashes flakily.
public void testCreateLoadDestroyManyTimes() throws Throwable { public void testCreateLoadDestroyManyTimes() throws Throwable {
for (int i = 0; i < 10; ++i) { for (int i = 0; i < 10; ++i) {
AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient); AwTestContainerView testView = createAwTestContainerViewOnMainSync(mContentsClient);
......
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