diff options
Diffstat (limited to 'jstests/sslSpecial')
-rw-r--r-- | jstests/sslSpecial/upgrade_to_x509_ssl_nossl.js | 3 |
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"); |