summaryrefslogtreecommitdiff
path: root/jstests/core/currentop.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/currentop.js')
-rw-r--r--jstests/core/currentop.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/currentop.js b/jstests/core/currentop.js
index a27fbbd47e2..ab1e2a26dc1 100644
--- a/jstests/core/currentop.js
+++ b/jstests/core/currentop.js
@@ -1,5 +1,8 @@
/**
* Tests that long-running operations show up in currentOp and report the locks they are holding.
+ * @tags: [
+ * assumes_superuser_permissions,
+ * ]
*/
(function() {
"use strict";