summaryrefslogtreecommitdiff
path: root/jstests/core/stages_collection_scan.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/stages_collection_scan.js')
-rw-r--r--jstests/core/stages_collection_scan.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/core/stages_collection_scan.js b/jstests/core/stages_collection_scan.js
index df9612947be..d1b6dc178f8 100644
--- a/jstests/core/stages_collection_scan.js
+++ b/jstests/core/stages_collection_scan.js
@@ -1,4 +1,7 @@
-// @tags: [does_not_support_stepdowns]
+// @tags: [
+// does_not_support_stepdowns,
+// uses_testing_only_commands,
+// ]
// Test basic query stage collection scan functionality.
t = db.stages_collection_scan;