summaryrefslogtreecommitdiffstats
path: root/net/cert
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 00:31:25 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 00:31:25 +0000
commitf0a09a2694b0a4bc1645d2b44e73360db51f9a1b (patch)
tree995c7ae56efe21be2c7b8962809fc286d96eb171 /net/cert
parent20fea8cd9be3e25e3012456daaf7f3af6adc9584 (diff)
downloadchromium_src-f0a09a2694b0a4bc1645d2b44e73360db51f9a1b.zip
chromium_src-f0a09a2694b0a4bc1645d2b44e73360db51f9a1b.tar.gz
chromium_src-f0a09a2694b0a4bc1645d2b44e73360db51f9a1b.tar.bz2
Disabled failing CertVerifyProcTest tests.
The certificates the tests use have expired and need to be regenerated. BUG=302088 TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/25404003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/cert')
-rw-r--r--net/cert/cert_verify_proc_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cert/cert_verify_proc_unittest.cc b/net/cert/cert_verify_proc_unittest.cc
index 2f3afe0..49ada65 100644
--- a/net/cert/cert_verify_proc_unittest.cc
+++ b/net/cert/cert_verify_proc_unittest.cc
@@ -111,7 +111,7 @@ class CertVerifyProcTest : public testing::Test {
scoped_refptr<CertVerifyProc> verify_proc_;
};
-TEST_F(CertVerifyProcTest, WithoutRevocationChecking) {
+TEST_F(CertVerifyProcTest, DISABLED_WithoutRevocationChecking) {
// Check that verification without revocation checking works.
CertificateList certs = CreateCertificateListFromFile(
GetTestCertsDirectory(),
@@ -1051,7 +1051,7 @@ static const uint8 kCRLSetGoogleSerialBlocked[] = {
// Test that CRLSets are effective in making a certificate appear to be
// revoked.
-TEST_F(CertVerifyProcTest, CRLSet) {
+TEST_F(CertVerifyProcTest, DISABLED_CRLSet) {
CertificateList certs = CreateCertificateListFromFile(
GetTestCertsDirectory(),
"googlenew.chain.pem",