Skip to content

Commit

Permalink
Disable AddressDetectionTest.testAddressLimits, which is flaky.
Browse files Browse the repository at this point in the history
BUG=671647
TBR=qinmin@chromium.org
CC=twellington@chromium.org

Review-Url: https://codereview.chromium.org/2609953002
Cr-Commit-Position: refs/heads/master@{#441171}
  • Loading branch information
samuong authored and Commit bot committed Jan 3, 2017
1 parent 5af6162 commit 8fb83f4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
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;
Expand Down Expand Up @@ -59,8 +60,9 @@ public void testSplitAddresses() throws Throwable {
"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");
Expand Down

0 comments on commit 8fb83f4

Please sign in to comment.