summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2017-10-11 13:28:56 -0400
committerSara Golemon <sara.golemon@mongodb.com>2017-10-11 16:41:19 -0400
commitb7d82c65d4389b0c01f68e9ad14a9c7c21e3d5b5 (patch)
tree54d3aa2902ef61a1f4cd371c2a917614a023362a
parent7251fd2e2ded3f2859f2666b910ff0af6c34bf6d (diff)
downloadmongo-b7d82c65d4389b0c01f68e9ad14a9c7c21e3d5b5.tar.gz
SERVER-31517 Disable MONGODB-CR deprecation warning on ephemeral runs
-rw-r--r--jstests/auth/mongodb_cr_deprecation_warning.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/auth/mongodb_cr_deprecation_warning.js b/jstests/auth/mongodb_cr_deprecation_warning.js
index e611bc80443..c2a1556545a 100644
--- a/jstests/auth/mongodb_cr_deprecation_warning.js
+++ b/jstests/auth/mongodb_cr_deprecation_warning.js
@@ -1,4 +1,8 @@
-// Tests startup warning for deprecated authSchemaVersion
+/* Tests startup warning for deprecated authSchemaVersion
+ *
+ * This test requires auth schema version to persist across a restart.
+ * @tags: [requires_persistence]
+ */
(function() {
"use strict";