Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2000)

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java

Issue 2602793002: [Sheriffing] Disable org.chromium.content.browser.JavaBridgeChildFrameTest#testRemovingTransientObj… (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java b/content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java
index 4abc0c1220a2a1922aa290e90ec45657abcf76ea..14a5b724064dbf57bb3eb480c30ce1f4662bcfd4 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java
@@ -119,6 +119,7 @@ public class JavaBridgeChildFrameTest extends JavaBridgeTestBase {
// of them gets removed.
@SmallTest
@Feature({"AndroidWebView", "Android-JavaBridge"})
+ @DisabledTest(message = "https://crbug.com/677182")
public void testRemovingTransientObjectHolders() throws Throwable {
class Test {
private Object mInner = new Object();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698