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

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

Issue 2800633002: Disable flaky AddressDetectionTest#testSpecialChars. (Closed)
Patch Set: Created 3 years, 8 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: 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 88ec026ffb65455af02ad78983064b3a0e503751..8095a3707c471fa7986b5d67c49d0da4fa9c64ed 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
@@ -62,6 +62,7 @@ public class AddressDetectionTest extends ContentDetectionTestBase {
//@MediumTest
//@Feature({"ContentDetection", "TabContents"})
+ // crbug.com/671647
@DisabledTest
public void testAddressLimits() throws Throwable {
startActivityWithTestUrl(
@@ -100,9 +101,11 @@ public class AddressDetectionTest extends ContentDetectionTestBase {
"79th Street, New York, NY, 10024-5192"));
}
- @MediumTest
- @Feature({"ContentDetection", "TabContents"})
- @RetryOnFailure
+ //@MediumTest
+ //@Feature({"ContentDetection", "TabContents"})
+ //@RetryOnFailure
+ // crbug.com/708176
+ @DisabledTest
public void testSpecialChars() throws Throwable {
startActivityWithTestUrl(
"content/test/data/android/content_detection/geo_address_special_chars.html");
« 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