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

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

Issue 2609953002: Disable AddressDetectionTest.testAddressLimits, which is flaky. (Closed)
Patch Set: Created 3 years, 12 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 d883a33d7ab5c6a2ddb1498d99e92f116746d44a..88ec026ffb65455af02ad78983064b3a0e503751 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
@@ -7,6 +7,7 @@ package org.chromium.content.browser;
import android.support.test.filters.MediumTest;
import org.chromium.base.test.util.CommandLineFlags;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.content.common.ContentSwitches;
@@ -59,8 +60,9 @@ public class AddressDetectionTest extends ContentDetectionTestBase {
"1818 Library Street Suite 400, VA 20190"));
}
- @MediumTest
- @Feature({"ContentDetection", "TabContents"})
+ //@MediumTest
+ //@Feature({"ContentDetection", "TabContents"})
+ @DisabledTest
public void testAddressLimits() throws Throwable {
startActivityWithTestUrl(
"content/test/data/android/content_detection/geo_address_limits.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