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.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/core/currentop.js b/jstests/core/currentop.js
index a88c0ded2bf..29215c5fff1 100644
--- a/jstests/core/currentop.js
+++ b/jstests/core/currentop.js
@@ -2,8 +2,9 @@
* Tests that long-running operations show up in currentOp and report the locks they are holding.
*
* @tags: [
- * # fsync command is not available on embedded
- * incompatible_with_embedded
+ * assumes_superuser_permissions,
+ * # fsync command is not available on embedded
+ * incompatible_with_embedded,
* ]
*/