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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java

Issue 2653343006: Marking testSerializationWorksWithoutGarbageCollection as flaky. (Closed)
Patch Set: Adding FlakyTest import. Created 3 years, 11 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: chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java
index 90d192061a86855d89b43c6dc3eaf1bc9857073b..c7fffc70ef07c35a3d2e32a7f06ec3fa33df0aa2 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java
@@ -10,6 +10,7 @@ import android.test.InstrumentationTestCase;
import org.chromium.base.ContextUtils;
import org.chromium.base.test.util.DisabledTest;
+import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.content.browser.test.util.Criteria;
import org.chromium.content.browser.test.util.CriteriaHelper;
@@ -271,6 +272,7 @@ public class UrlManagerTest extends InstrumentationTestCase {
assertTrue(urlManager.containsInAnyCache(URL2));
}
+ @FlakyTest(message = "https://crbug.com/685471")
@SmallTest
@RetryOnFailure
public void testSerializationWorksWithoutGarbageCollection() throws Exception {
« 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