summaryrefslogtreecommitdiff
path: root/jstests/core/list_sessions.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/list_sessions.js')
-rw-r--r--jstests/core/list_sessions.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/core/list_sessions.js b/jstests/core/list_sessions.js
index ad684c1360d..85b42ac4141 100644
--- a/jstests/core/list_sessions.js
+++ b/jstests/core/list_sessions.js
@@ -3,7 +3,11 @@
// Sessions are asynchronously flushed to disk, so a stepdown immediately after calling
// startSession may cause this test to fail to find the returned sessionId.
// 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';