summaryrefslogtreecommitdiff
path: root/jstests/sharding/single_shard_find_forwarding.js
diff options
context:
space:
mode:
authorAdityavardhan Agrawal <adi.agrawal@mongodb.com>2021-06-28 21:10:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-30 16:43:47 +0000
commit94899d793452409b358c09b3006c2c438eb3fcdd (patch)
treec383ac1263eee3c04405594efb13127bdd469358 /jstests/sharding/single_shard_find_forwarding.js
parent4576bcaa48e5b919cb013f47c632310865ba2c54 (diff)
downloadmongo-94899d793452409b358c09b3006c2c438eb3fcdd.tar.gz
SERVER-57493 Remove requires_find_command jstest tag
Diffstat (limited to 'jstests/sharding/single_shard_find_forwarding.js')
-rw-r--r--jstests/sharding/single_shard_find_forwarding.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/sharding/single_shard_find_forwarding.js b/jstests/sharding/single_shard_find_forwarding.js
index 4cf60711d45..2957637e54f 100644
--- a/jstests/sharding/single_shard_find_forwarding.js
+++ b/jstests/sharding/single_shard_find_forwarding.js
@@ -7,9 +7,7 @@
* 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_find_command,
-// ]
+
load("jstests/libs/profiler.js"); // For profilerHas*OrThrow helper functions.
load("jstests/libs/analyze_plan.js"); // For getPlanStages helper function.