diff options
author | Ali Mir <ali.mir@mongodb.com> | 2020-04-23 16:15:22 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-29 17:32:39 +0000 |
commit | 98427b7a2228f6a8d54475adc9df3991c1c60314 (patch) | |
tree | ae15e1baebd19e41652b5c46bc8fa6ad61606b43 /jstests/sharding/single_shard_find_forwarding.js | |
parent | 18edfccc4083d80b8a289f2fec161c18b94be350 (diff) | |
download | mongo-98427b7a2228f6a8d54475adc9df3991c1c60314.tar.gz |
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
Diffstat (limited to 'jstests/sharding/single_shard_find_forwarding.js')
-rw-r--r-- | jstests/sharding/single_shard_find_forwarding.js | 4 |
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. |