Commit ee0cab03 authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

[Sheriff][Android] Disable failing AwNetworkConfigurationTest test

TBR=boliu@chromium.org

Bug: 1148388
Change-Id: I8558ea2d31d30aad96755d18bed3a2f728895174
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2534695Reviewed-by: default avatarBrandon Wylie <wylieb@chromium.org>
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826899}
parent ff9f977e
......@@ -23,6 +23,7 @@ import org.chromium.android_webview.AwContents;
import org.chromium.android_webview.AwContentsClient.AwWebResourceRequest;
import org.chromium.android_webview.test.TestAwContentsClient.OnReceivedSslErrorHelper;
import org.chromium.base.BuildInfo;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.net.test.EmbeddedTestServer;
import org.chromium.net.test.ServerCertificate;
......@@ -57,7 +58,8 @@ public class AwNetworkConfigurationTest {
@Test
@SmallTest
@Feature({"AndroidWebView", "Network"})
// clang-format off
@DisabledTest(message = "crbug.com/1148388")
// clang-format off+
public void testSHA1LocalAnchorsAllowed() throws Throwable {
// clang-format on
mTestServer = EmbeddedTestServer.createAndStartHTTPSServer(
......
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