Index: chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java |
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java |
index be96e3b13651e7072977f5190a63ae51d336ff53..e777c748a25d00b7b0895e99f200dcf0b8e9df25 100644 |
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java |
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java |
@@ -11,6 +11,7 @@ import android.test.suitebuilder.annotation.SmallTest; |
import org.chromium.base.ThreadUtils; |
import org.chromium.base.test.util.AdvancedMockContext; |
import org.chromium.base.test.util.Feature; |
+import org.chromium.base.test.util.RetryOnFailure; |
import java.util.UUID; |
@@ -73,6 +74,7 @@ public class SystemDownloadNotifierTest extends InstrumentationTestCase { |
*/ |
@SmallTest |
@Feature({"Download"}) |
+ @RetryOnFailure |
public void testNotificationNotHandledUntilServiceConnection() { |
DownloadInfo info = new DownloadInfo.Builder() |
.setDownloadGuid(UUID.randomUUID().toString()).build(); |