diff options
author | Spencer T Brody <spencer@mongodb.com> | 2015-03-22 12:08:42 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2015-04-06 18:19:21 -0400 |
commit | 7baac52f05a3e0cbdb7168e51836f507eda99dff (patch) | |
tree | 0bec9669a362aabd5d8b5cbcdcba4f9418c42509 /jstests/ssl/upgrade_to_x509_ssl.js | |
parent | 9b278765717f4645f1469b389338d3ec055c3316 (diff) | |
download | mongo-7baac52f05a3e0cbdb7168e51836f507eda99dff.tar.gz |
SERVER-17450 Cleanup SSL test infrastructure
Diffstat (limited to 'jstests/ssl/upgrade_to_x509_ssl.js')
-rw-r--r-- | jstests/ssl/upgrade_to_x509_ssl.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/ssl/upgrade_to_x509_ssl.js b/jstests/ssl/upgrade_to_x509_ssl.js index c80cbf677aa..a7f8b571d29 100644 --- a/jstests/ssl/upgrade_to_x509_ssl.js +++ b/jstests/ssl/upgrade_to_x509_ssl.js @@ -14,9 +14,6 @@ function authAllNodes() { } }; -// If we are running in use-x509 passthrough mode, turn it off -// since it is not necessary for this test. -TestData.useX509 = false; load("jstests/ssl/libs/ssl_helpers.js"); opts = {sslMode:"allowSSL", sslPEMKeyFile: SERVER_CERT, |