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

Unified Diff: net/cert/cert_verify_proc_unittest.cc

Issue 17563009: Disable test with an expired certificate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 b8c6c5847a1e1e3b446030f564e58679ed9e56fe..1b4fbbdc889f2d8b9293ffad47085a334780d69e 100644
--- a/net/cert/cert_verify_proc_unittest.cc
+++ b/net/cert/cert_verify_proc_unittest.cc
@@ -140,8 +140,8 @@ TEST_F(CertVerifyProcTest, WithoutRevocationChecking) {
#else
#define MAYBE_EVVerification EVVerification
#endif
-TEST_F(CertVerifyProcTest, MAYBE_EVVerification) {
- // This certificate will expire Jun 21, 2013.
+TEST_F(CertVerifyProcTest, DISABLED_EVVerification) {
+ // DISABLED: This certificate expired Jun 21, 2013.
CertificateList certs = CreateCertificateListFromFile(
GetTestCertsDirectory(),
"comodo.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