summaryrefslogtreecommitdiff
path: root/jstests/core/user_management_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/user_management_helpers.js')
-rw-r--r--jstests/core/user_management_helpers.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/user_management_helpers.js b/jstests/core/user_management_helpers.js
index 7dba2903966..0e68c51d1f3 100644
--- a/jstests/core/user_management_helpers.js
+++ b/jstests/core/user_management_helpers.js
@@ -1,4 +1,7 @@
+// The test runs commands that are not allowed with security token: createUser, dropUser,
+// grantRolesToUser, logout, revokeRolesFromUser, updateUser.
// @tags: [
+// not_allowed_with_security_token,
// assumes_superuser_permissions,
// assumes_write_concern_unchanged,
// creates_and_authenticates_user,