summaryrefslogtreecommitdiff
path: root/jstests/core/role_management_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/role_management_helpers.js')
-rw-r--r--jstests/core/role_management_helpers.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/role_management_helpers.js b/jstests/core/role_management_helpers.js
index 312c07618ae..9fd3d28ce55 100644
--- a/jstests/core/role_management_helpers.js
+++ b/jstests/core/role_management_helpers.js
@@ -1,4 +1,7 @@
+// The test runs commands that are not allowed with security token: createRole, dropRole,
+// grantPrivilegesToRole, grantRolesToRole, revokeRolesFromRole, updateRole.
// @tags: [
+// not_allowed_with_security_token,
// assumes_superuser_permissions,
// assumes_write_concern_unchanged,
// requires_auth,