Commit faf9845a authored by Patrik Höglund's avatar Patrik Höglund Committed by Commit Bot

Disabling flaky CertificateProviderApiTest.Basic

Appears someone attempted to disable this, but it's DISABLED, not
DISABLE.

Tbr: emaxx@chromium.org
Bug: 1011606
Change-Id: I00e8dc774029c811fbce4ab4874135f749ff5013
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844812Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703235}
parent d2a3645c
...@@ -257,7 +257,8 @@ class CertificateProviderRequestPinTest : public CertificateProviderApiTest { ...@@ -257,7 +257,8 @@ class CertificateProviderRequestPinTest : public CertificateProviderApiTest {
} // namespace } // namespace
IN_PROC_BROWSER_TEST_F(CertificateProviderApiTest, DISABLE_Basic) { // Flaky: crbug.com/1011606.
IN_PROC_BROWSER_TEST_F(CertificateProviderApiTest, DISABLED_Basic) {
// Start an HTTPS test server that requests a client certificate. // Start an HTTPS test server that requests a client certificate.
net::SpawnedTestServer::SSLOptions ssl_options; net::SpawnedTestServer::SSLOptions ssl_options;
ssl_options.request_client_certificate = true; ssl_options.request_client_certificate = true;
......
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