Commit 1f664a93 authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

AW: disable locale-dependent Safe Browsing tests

This disables two integration tests which depend on device locale. While
these tests pass under some locales like en-US and es-MX, they fail when
the device is in other locales such as cs-CZ.

We should modify the tests to fetch the locale in the same way the
security interstitials component does to create the URLs.

Bug: 819085
Test: N/A
Change-Id: I9a23b810c8783df36c75ce95a733b46b68b84239
Reviewed-on: https://chromium-review.googlesource.com/952269Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541258}
parent 6722a719
......@@ -982,6 +982,7 @@ public class SafeBrowsingTest {
@Test
@SmallTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "crbug/819085")
public void testSafeBrowsingClickLearnMoreLink() throws Throwable {
loadInterstitialAndClickLink(PHISHING_HTML_PATH, "learn-more-link",
appendLocale("https://support.google.com/chrome/?p=cpn_safe_browsing_wv"));
......@@ -990,6 +991,7 @@ public class SafeBrowsingTest {
@Test
@SmallTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "crbug/819085")
public void testSafeBrowsingClickReportErrorLink() throws Throwable {
// Only phishing interstitials have the report-error-link
loadInterstitialAndClickLink(PHISHING_HTML_PATH, "report-error-link",
......
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