Commit 0861de9d authored by grt's avatar grt Committed by Commit bot

Disable flaky org.chromium.content.browser.JavaBridgeChildFrameTest#testHolderFrame.

This test is flaky on chromium.linux Android Tests and Android Tests (dbg).

BUG=646843
TBR=michaelbai@chromium.org

Review-Url: https://codereview.chromium.org/2568073002
Cr-Commit-Position: refs/heads/master@{#437845}
parent ff73e469
...@@ -8,6 +8,7 @@ import android.test.suitebuilder.annotation.SmallTest; ...@@ -8,6 +8,7 @@ import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.base.annotations.SuppressFBWarnings; import org.chromium.base.annotations.SuppressFBWarnings;
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.RetryOnFailure; import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.content_public.browser.JavaScriptCallback; import org.chromium.content_public.browser.JavaScriptCallback;
...@@ -178,6 +179,7 @@ public class JavaBridgeChildFrameTest extends JavaBridgeTestBase { ...@@ -178,6 +179,7 @@ public class JavaBridgeChildFrameTest extends JavaBridgeTestBase {
@Feature({"AndroidWebView", "Android-JavaBridge"}) @Feature({"AndroidWebView", "Android-JavaBridge"})
@CommandLineFlags.Add("js-flags=--expose-gc") @CommandLineFlags.Add("js-flags=--expose-gc")
@RetryOnFailure @RetryOnFailure
@DisabledTest(message = "https://crbug.com/646843")
public void testHolderFrame() throws Throwable { public void testHolderFrame() throws Throwable {
class Test { class Test {
WeakReference<Object> mWeakRefForInner; WeakReference<Object> mWeakRefForInner;
......
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