Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(928)

Unified Diff: net/cert/cert_verify_proc_unittest.cc

Issue 1751593002: Disables CertVerifyProcTest.CybertrustGTERoot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d939d85cbe445d43416a68253e44257c348cbc23..6026ea22a9b1f407e0a3b596b532ff3f711bd4e4 100644
--- a/net/cert/cert_verify_proc_unittest.cc
+++ b/net/cert/cert_verify_proc_unittest.cc
@@ -1176,7 +1176,7 @@ TEST_F(CertVerifyProcTest, IsIssuedByKnownRootIgnoresTestRoots) {
// The issue is caused by servers supplying the cross-certified intermediate
// (necessary for certain mobile platforms), which OS X does not recognize
// as already existing within its trust store.
-TEST_F(CertVerifyProcTest, CybertrustGTERoot) {
+TEST_F(CertVerifyProcTest, DISABLED_CybertrustGTERoot) {
dschuyler 2016/02/29 22:03:53 If this is Mac only, it should be ifdef'd for disa
dschuyler 2016/02/29 22:04:42 My mistake, this is already in a ifdef.
CertificateList certs = CreateCertificateListFromFile(
GetTestCertsDirectory(),
"cybertrust_omniroot_chain.pem",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698