| Index: net/cert/cert_verify_proc_unittest.cc
|
| diff --git a/net/cert/cert_verify_proc_unittest.cc b/net/cert/cert_verify_proc_unittest.cc
|
| index 07ef561581240a34723d1739447fa31716614e68..d15b5b1ffc0b66678942332e246bcee50b0d62b8 100644
|
| --- a/net/cert/cert_verify_proc_unittest.cc
|
| +++ b/net/cert/cert_verify_proc_unittest.cc
|
| @@ -628,7 +628,8 @@ TEST_F(CertVerifyProcTest, TestHasTooLongValidity) {
|
| }
|
| }
|
|
|
| -TEST_F(CertVerifyProcTest, TestKnownRoot) {
|
| +// TODO(crbug.com/610546): Fix and re-enable this test.
|
| +TEST_F(CertVerifyProcTest, DISABLED_TestKnownRoot) {
|
| if (!SupportsDetectingKnownRoots()) {
|
| LOG(INFO) << "Skipping this test on this platform.";
|
| return;
|
| @@ -656,7 +657,8 @@ TEST_F(CertVerifyProcTest, TestKnownRoot) {
|
| EXPECT_TRUE(verify_result.is_issued_by_known_root);
|
| }
|
|
|
| -TEST_F(CertVerifyProcTest, PublicKeyHashes) {
|
| +// TODO(crbug.com/610546): Fix and re-enable this test.
|
| +TEST_F(CertVerifyProcTest, DISABLED_PublicKeyHashes) {
|
| if (!SupportsReturningVerifiedChain()) {
|
| LOG(INFO) << "Skipping this test in this platform.";
|
| return;
|
|
|