Commit 33cde111 authored by Pavol Marko's avatar Pavol Marko Committed by Commit Bot

Temporarily disable CertificateManagerModelTest.ListsCertsFromPlatform

Instead of reverting the original CL. See CL:1186501 for details.

TBR=mattm@chromium.org

Bug: 787602
Change-Id: I71e48d675268c64fe989e3fea60c999ec74b37c3
Reviewed-on: https://chromium-review.googlesource.com/1186581Reviewed-by: default avatarPavol Marko <pmarko@chromium.org>
Commit-Queue: Pavol Marko <pmarko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585464}
parent c1f7098f
...@@ -111,7 +111,9 @@ class CertificateManagerModelTest : public testing::Test { ...@@ -111,7 +111,9 @@ class CertificateManagerModelTest : public testing::Test {
// CertificateManagerModel correctly lists CA certificates from the platform NSS // CertificateManagerModel correctly lists CA certificates from the platform NSS
// Database. // Database.
TEST_F(CertificateManagerModelTest, ListsCertsFromPlatform) { // TODO(https://crbug.com/787602): Re-enable this test when it is identified why
// it was flaky.
TEST_F(CertificateManagerModelTest, DISABLED_ListsCertsFromPlatform) {
net::ScopedCERTCertificateList certs = CreateCERTCertificateListFromFile( net::ScopedCERTCertificateList certs = CreateCERTCertificateListFromFile(
net::GetTestCertsDirectory(), "websocket_cacert.pem", net::GetTestCertsDirectory(), "websocket_cacert.pem",
net::X509Certificate::FORMAT_AUTO); net::X509Certificate::FORMAT_AUTO);
......
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