summaryrefslogtreecommitdiff
path: root/jstests/auth/auth_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/auth_helpers.js')
-rw-r--r--jstests/auth/auth_helpers.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/auth/auth_helpers.js b/jstests/auth/auth_helpers.js
index 313c633fc08..fc26372ba0d 100644
--- a/jstests/auth/auth_helpers.js
+++ b/jstests/auth/auth_helpers.js
@@ -1,4 +1,7 @@
// Test the db.auth() shell helper.
+//
+// This test requires users to persist across a restart.
+// @tags: [requires_persistence]
var conn = MongoRunner.runMongod({ smallfiles: ""});