Commit 63b24527 authored by grunell's avatar grunell Committed by Commit bot

Disable flaky test org.chromium.content.browser.PhoneNumberDetectionTest#testLocalUKNumbers.

TBR=dtrainor@chromium.org

BUG=673279

Review-Url: https://codereview.chromium.org/2569013004
Cr-Commit-Position: refs/heads/master@{#438130}
parent f175406f
......@@ -8,6 +8,7 @@ import android.test.suitebuilder.annotation.LargeTest;
import android.test.suitebuilder.annotation.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;
......@@ -169,6 +170,7 @@ public class PhoneNumberDetectionTest extends ContentDetectionTestBase {
@MediumTest
@Feature({"ContentDetection", "TabContents"})
@DisabledTest(message = "crbug.com/673279")
@CommandLineFlags.Add(ContentSwitches.NETWORK_COUNTRY_ISO + "=GB")
public void testLocalUKNumbers() throws Throwable {
startActivityWithTestUrl(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment