summaryrefslogtreecommitdiff
path: root/jstests/core/explain_shell_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/explain_shell_helpers.js')
-rw-r--r--jstests/core/explain_shell_helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/explain_shell_helpers.js b/jstests/core/explain_shell_helpers.js
index cfeb9451567..6786e33c80b 100644
--- a/jstests/core/explain_shell_helpers.js
+++ b/jstests/core/explain_shell_helpers.js
@@ -1,6 +1,6 @@
// Cannot implicitly shard accessed collections because the explain output from a mongod when run
// against a sharded collection is wrapped in a "shards" object with keys for each shard.
-// @tags: [assumes_unsharded_collection]
+// @tags: [assumes_unsharded_collection, does_not_support_stepdowns]
// Tests for the .explain() shell helper, which provides syntactic sugar for the explain command.