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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadManagerServiceTest.java

Issue 2402533002: Add @RetryOnFailure to DownloadManagerServiceTest#testInterruptedDownloadAreAutoResumed (Closed)
Patch Set: Created 4 years, 2 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/download/DownloadManagerServiceTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadManagerServiceTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadManagerServiceTest.java
index d0ad160923715572ae51cdf53a1a4375e559badb..ef65c68c690df9a9863d779366aa9e546a0af9c1 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadManagerServiceTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadManagerServiceTest.java
@@ -482,6 +482,7 @@ public class DownloadManagerServiceTest extends NativeLibraryTestBase {
@MediumTest
@Feature({"Download"})
+ @RetryOnFailure
public void testInterruptedDownloadAreAutoResumed() throws InterruptedException {
MockDownloadNotifier notifier = new MockDownloadNotifier(getTestContext());
final DownloadManagerServiceForTest dService = new DownloadManagerServiceForTest(
« 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