diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-01-12 10:39:05 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-01-13 14:24:13 -0500 |
commit | fca7d64ae47924f5bc95777f0615a230c2212f80 (patch) | |
tree | 9b531bbb2a81d90e0ef194a313eb793f992e48f0 /jstests/ssl | |
parent | 2e83ca146386c04ccb7393492c2b39470e4ad8bb (diff) | |
download | mongo-fca7d64ae47924f5bc95777f0615a230c2212f80.tar.gz |
SERVER-22090 ssl_cert_password.js must be disabled on ppc64
Diffstat (limited to 'jstests/ssl')
-rw-r--r-- | jstests/ssl/ssl_cert_password.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/ssl/ssl_cert_password.js b/jstests/ssl/ssl_cert_password.js index 7e04755329a..8fa23eaabeb 100644 --- a/jstests/ssl/ssl_cert_password.js +++ b/jstests/ssl/ssl_cert_password.js @@ -2,6 +2,8 @@ // This tests that providing a proper password works and that providing no password or incorrect // password fails. It uses both mongod and mongo to run the tests, since the mongod binary // does not return error statuses to indicate an error. +// This test requires ssl support in mongo-tools +// @tags: [requires_ssl_mongo_tools] var baseName = "jstests_ssl_ssl_cert_password"; var dbpath = MongoRunner.dataPath + baseName; var external_scratch_dir = MongoRunner.dataPath + baseName + "/external/"; |