summaryrefslogtreecommitdiff
path: root/jstests/core/illegal_cmd_namespace.js
diff options
context:
space:
mode:
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,
* ]
*/