summaryrefslogtreecommitdiff
path: root/jstests/auth/killop_own_ops.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/killop_own_ops.js')
-rw-r--r--jstests/auth/killop_own_ops.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/auth/killop_own_ops.js b/jstests/auth/killop_own_ops.js
index c128e7f0ba0..fec062b50e8 100644
--- a/jstests/auth/killop_own_ops.js
+++ b/jstests/auth/killop_own_ops.js
@@ -4,6 +4,7 @@
* Theory of operation: Create a long running operation from a user which does not have the killOp
* or inProg privileges. Using the same user, run currentOp to get the opId, and then run killOp
* against it.
+ * @tags: [requires_sharding]
*/
(function() {