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

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

Issue 2323993002: Mark flaky content tests with @RetryOnFailure (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
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 9adf51bdda16ff8b8971445e3ecee571066ef64c..e8dfa680eb81fed51b487d40771fdc8990ff2ea3 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.RetryOnFailure;
import org.chromium.content.browser.InterfaceRegistry.ImplementationFactory;
import org.chromium.content_shell.ShellMojoTestUtils;
import org.chromium.content_shell_apk.ContentShellTestBase;
@@ -117,6 +118,7 @@ public class InterfaceRegistryTest extends ContentShellTestBase {
* Verifies that remote interface can be requested and works.
*/
@SmallTest
+ @RetryOnFailure
public void testGetInterface() {
Pair<InterfaceRegistry, InterfaceProvider> registryAndProvider =
ShellMojoTestUtils.createInterfaceRegistryAndProvider(mNativeTestEnvironment);

Powered by Google App Engine
This is Rietveld 408576698