summaryrefslogtreecommitdiff
path: root/jstests/core/illegal_cmd_namespace.js
diff options
context:
space:
mode:
authormathisbessamdb <mathis.bessa@mongodb.com>2022-12-20 23:02:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-21 00:22:27 +0000
commit7399dc8f481fb056ea36085548da39868c4217b9 (patch)
tree6cc11d306ee94911ec06d134f48bb9d60a2ae16d /jstests/core/illegal_cmd_namespace.js
parentd1500aed6baa47ca511692c5ca326321c80cd50d (diff)
downloadmongo-7399dc8f481fb056ea36085548da39868c4217b9.tar.gz
SERVER-71861 Allow killOp with security token
Diffstat (limited to 'jstests/core/illegal_cmd_namespace.js')
-rw-r--r--jstests/core/illegal_cmd_namespace.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/illegal_cmd_namespace.js b/jstests/core/illegal_cmd_namespace.js
index f3075337abe..3dc26c4e67a 100644
--- a/jstests/core/illegal_cmd_namespace.js
+++ b/jstests/core/illegal_cmd_namespace.js
@@ -2,9 +2,7 @@
* Test that an attempt to run a query over a $cmd namespace is not treated specially by the shell,
* but is rejected by the server.
*
- * The test runs commands that are not allowed with security token: killop.
* @tags: [
- * not_allowed_with_security_token,
* assumes_unsharded_collection,
* ]
*/