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

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

Issue 2331533002: Mark flaky chrome_public tests with @RetryOnFailure Batch 2 (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 | chrome/android/javatests/src/org/chromium/chrome/browser/HistoryUITest.java » ('j') | 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/GeolocationTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/GeolocationTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/GeolocationTest.java
index 457d73d713e6ebc8964a4c90c63dcf7f09fb9c99..c670f9946ad9713c31b694ce9eb9854337ae3ebc 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/GeolocationTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/GeolocationTest.java
@@ -11,6 +11,7 @@ import android.test.suitebuilder.annotation.Smoke;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature;
+import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.infobar.InfoBar;
import org.chromium.chrome.browser.infobar.InfoBarContainer;
@@ -37,6 +38,7 @@ import java.util.concurrent.Callable;
* - Global location is enabled.
* - Google location is enabled.
*/
+@RetryOnFailure
public class GeolocationTest extends ChromeActivityTestCaseBase<ChromeActivity> {
private static final String LOCATION_PROVIDER_MOCK = "locationProviderMock";
private static final double LATITUDE = 51.01;
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/HistoryUITest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698