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"); |