summaryrefslogtreecommitdiff
path: root/jstests/sharding/single_shard_find_forwarding.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/single_shard_find_forwarding.js')
-rw-r--r--jstests/sharding/single_shard_find_forwarding.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/sharding/single_shard_find_forwarding.js b/jstests/sharding/single_shard_find_forwarding.js
index 350004e048c..4cf60711d45 100644
--- a/jstests/sharding/single_shard_find_forwarding.js
+++ b/jstests/sharding/single_shard_find_forwarding.js
@@ -7,7 +7,9 @@
* the primary shard. It then runs a find().skip(n).limit(m) and ensures that the document count
* meets expectation. It then runs the same test against a sharded collection with a single shard.
*/
-// @tags: [requires_fcv_44, requires_find_command]
+// @tags: [
+// requires_find_command,
+// ]
load("jstests/libs/profiler.js"); // For profilerHas*OrThrow helper functions.
load("jstests/libs/analyze_plan.js"); // For getPlanStages helper function.