summaryrefslogtreecommitdiff
path: root/jstests/core/list_all_local_cursors.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/list_all_local_cursors.js')
-rw-r--r--jstests/core/list_all_local_cursors.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/core/list_all_local_cursors.js b/jstests/core/list_all_local_cursors.js
index 0462f6f88eb..5cc34fd32bf 100644
--- a/jstests/core/list_all_local_cursors.js
+++ b/jstests/core/list_all_local_cursors.js
@@ -2,7 +2,11 @@
//
// $listLocalCursors relies on in-memory state, which may not survive failovers.
// Uses features that require featureCompatibilityVersion 3.6.
-// @tags: [does_not_support_stepdowns, requires_fcv36]
+// @tags: [
+// does_not_support_stepdowns,
+// requires_fcv36,
+// uses_testing_only_commands,
+// ]
(function() {
"use strict";