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