summaryrefslogtreecommitdiff
path: root/jstests/core/stages_and_sorted.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/stages_and_sorted.js')
-rw-r--r--jstests/core/stages_and_sorted.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/core/stages_and_sorted.js b/jstests/core/stages_and_sorted.js
index 0df186f0f2b..97387d84064 100644
--- a/jstests/core/stages_and_sorted.js
+++ b/jstests/core/stages_and_sorted.js
@@ -1,4 +1,7 @@
-// @tags: [does_not_support_stepdowns]
+// @tags: [
+// does_not_support_stepdowns,
+// uses_testing_only_commands,
+// ]
t = db.stages_and_sorted;
t.drop();