summaryrefslogtreecommitdiff
path: root/jstests/core/profile_update.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/profile_update.js')
-rw-r--r--jstests/core/profile_update.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/profile_update.js b/jstests/core/profile_update.js
index ebd0505e58d..bd07ba42251 100644
--- a/jstests/core/profile_update.js
+++ b/jstests/core/profile_update.js
@@ -1,4 +1,6 @@
+// The test runs commands that are not allowed with security token: setProfilingLevel.
// @tags: [
+// not_allowed_with_security_token,
// # Asserts on the number of index keys modified.
// assumes_no_implicit_index_creation,
// does_not_support_stepdowns,