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 41c2e36110f..e1c577b9469 100644
--- a/jstests/core/currentop.js
+++ b/jstests/core/currentop.js
@@ -2,10 +2,13 @@
* Tests that long-running operations show up in currentOp and report the locks they are holding.
*
* @tags: [
+ * assumes_read_preference_unchanged,
* assumes_superuser_permissions,
* # fsync command is not available on embedded
* incompatible_with_embedded,
* uses_parallel_shell,
+ * # The aggregation stage $currentOp cannot run with a readConcern other than 'local'
+ * assumes_read_concern_unchanged
* ]
*/