summaryrefslogtreecommitdiff
path: root/jstests/sslSpecial
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2015-11-16 17:43:22 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2015-12-09 12:20:02 -0500
commit8c67bb9322f351cd54fa9a80de7c33d3c4fdfdc8 (patch)
tree6440f151d2ba327517b86f089f5e053dd33cb365 /jstests/sslSpecial
parent13270a048515916324c5f44958c225550d5c4dc9 (diff)
downloadmongo-8c67bb9322f351cd54fa9a80de7c33d3c4fdfdc8.tar.gz
SERVER-21384 Enable all suites on ephemeral storage engines
Diffstat (limited to 'jstests/sslSpecial')
-rw-r--r--jstests/sslSpecial/upgrade_to_x509_ssl_nossl.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/sslSpecial/upgrade_to_x509_ssl_nossl.js b/jstests/sslSpecial/upgrade_to_x509_ssl_nossl.js
index 74aae02a896..d6c037f5809 100644
--- a/jstests/sslSpecial/upgrade_to_x509_ssl_nossl.js
+++ b/jstests/sslSpecial/upgrade_to_x509_ssl_nossl.js
@@ -5,6 +5,9 @@
* NOTE: This test is similar to upgrade_to_x509_ssl.js in the
* ssl test suite. This test cannot use ssl communication
* and therefore cannot test modes that only allow ssl.
+ *
+ * This test requires users to persist across a restart.
+ * @tags: [requires_persistence]
*/
load("jstests/ssl/libs/ssl_helpers.js");