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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/AddressDetectionTest.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/AddressDetectionTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/AddressDetectionTest.java b/content/public/android/javatests/src/org/chromium/content/browser/AddressDetectionTest.java
index d98b4442c9ec1f0f0cb4398f81501e3d6bd2e845..8706321c1621923139d74f37405d490befc14d33 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/AddressDetectionTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/AddressDetectionTest.java
@@ -24,6 +24,7 @@ public class AddressDetectionTest extends ContentDetectionTestBase {
@MediumTest
@Feature({"ContentDetection", "TabContents"})
+ @RetryOnFailure
public void testMultipleAddressesInText() throws Throwable {
startActivityWithTestUrl(
"content/test/data/android/content_detection/geo_address_multiple.html");
@@ -37,6 +38,7 @@ public class AddressDetectionTest extends ContentDetectionTestBase {
@MediumTest
@Feature({"ContentDetection", "TabContents"})
+ @RetryOnFailure
public void testSplitAddresses() throws Throwable {
startActivityWithTestUrl(
"content/test/data/android/content_detection/geo_address_split.html");
@@ -95,6 +97,7 @@ public class AddressDetectionTest extends ContentDetectionTestBase {
@MediumTest
@Feature({"ContentDetection", "TabContents"})
+ @RetryOnFailure
public void testSpecialChars() throws Throwable {
startActivityWithTestUrl(
"content/test/data/android/content_detection/geo_address_special_chars.html");

Powered by Google App Engine
This is Rietveld 408576698