Commit d456d4bf authored by kjellander's avatar kjellander Committed by Commit bot

Disable JavaBridgeBasicsTest#testRemovalNotReflectedUntilReload in ContentShellTest

BUG=468679
TBR=mnaganov@chromium.org

Review URL: https://codereview.chromium.org/1018273002

Cr-Commit-Position: refs/heads/master@{#321332}
parent 77501d57
...@@ -12,6 +12,7 @@ import junit.framework.Assert; ...@@ -12,6 +12,7 @@ import junit.framework.Assert;
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.content.browser.test.util.TestCallbackHelperContainer; import org.chromium.content.browser.test.util.TestCallbackHelperContainer;
import org.chromium.content_public.browser.LoadUrlParams; import org.chromium.content_public.browser.LoadUrlParams;
...@@ -181,6 +182,7 @@ public class JavaBridgeBasicsTest extends JavaBridgeTestBase { ...@@ -181,6 +182,7 @@ public class JavaBridgeBasicsTest extends JavaBridgeTestBase {
@SmallTest @SmallTest
@Feature({"AndroidWebView", "Android-JavaBridge"}) @Feature({"AndroidWebView", "Android-JavaBridge"})
@DisabledTest //crbug/468679
public void testRemovalNotReflectedUntilReload() throws Throwable { public void testRemovalNotReflectedUntilReload() throws Throwable {
injectObjectAndReload(new Object() { injectObjectAndReload(new Object() {
public void method() { public void method() {
......
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