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

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

Issue 2358883002: Disable flaky InterfaceRegistryTest#testGetInterface (Closed)
Patch Set: Created 4 years, 3 months 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/InterfaceRegistryTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/InterfaceRegistryTest.java b/content/public/android/javatests/src/org/chromium/content/browser/InterfaceRegistryTest.java
index e8dfa680eb81fed51b487d40771fdc8990ff2ea3..d8d7b920f51b371dca3fde695e26e7f95dfbc533 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/InterfaceRegistryTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/InterfaceRegistryTest.java
@@ -8,6 +8,7 @@ import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.base.library_loader.LibraryLoader;
import org.chromium.base.library_loader.LibraryProcessType;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.content.browser.InterfaceRegistry.ImplementationFactory;
import org.chromium.content_shell.ShellMojoTestUtils;
@@ -119,6 +120,7 @@ public class InterfaceRegistryTest extends ContentShellTestBase {
*/
@SmallTest
@RetryOnFailure
+ @DisabledTest(message = "crbug.com/649022")
public void testGetInterface() {
Pair<InterfaceRegistry, InterfaceProvider> registryAndProvider =
ShellMojoTestUtils.createInterfaceRegistryAndProvider(mNativeTestEnvironment);
« 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