summaryrefslogtreecommitdiff
path: root/jstests/core/count10.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/count10.js')
-rw-r--r--jstests/core/count10.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/count10.js b/jstests/core/count10.js
index 7f5e2957abe..c981e45a9b8 100644
--- a/jstests/core/count10.js
+++ b/jstests/core/count10.js
@@ -1,8 +1,6 @@
// Test that interrupting a count returns an error code.
//
-// The test runs commands that are not allowed with security token: killOp.
// @tags: [
-// not_allowed_with_security_token,
// # This test attempts to perform a count command and find it using the currentOp command. The
// # former operation may be routed to a secondary in the replica set, whereas the latter must be
// # routed to the primary.