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

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

Issue 2352713002: android: Mark flaky 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/PhoneNumberDetectionTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java b/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
index ddcab26aa95dc801bc87abdca2ef603a66421970..1bc9eb22b61794b47a1168e031d3fbb562451f1f 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
@@ -28,6 +28,7 @@ public class PhoneNumberDetectionTest extends ContentDetectionTestBase {
@LargeTest
@Feature({"ContentDetection", "TabContents"})
@CommandLineFlags.Add(ContentSwitches.NETWORK_COUNTRY_ISO + "=US")
+ @RetryOnFailure
public void testInternationalNumberIntents() throws Throwable {
startActivityWithTestUrl(
"content/test/data/android/content_detection/phone_international.html");

Powered by Google App Engine
This is Rietveld 408576698