summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/update_now_clustertime_sharding.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/noPassthrough/update_now_clustertime_sharding.js
parent4576bcaa48e5b919cb013f47c632310865ba2c54 (diff)
downloadmongo-94899d793452409b358c09b3006c2c438eb3fcdd.tar.gz
SERVER-57493 Remove requires_find_command jstest tag
Diffstat (limited to 'jstests/noPassthrough/update_now_clustertime_sharding.js')
-rw-r--r--jstests/noPassthrough/update_now_clustertime_sharding.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthrough/update_now_clustertime_sharding.js b/jstests/noPassthrough/update_now_clustertime_sharding.js
index 136621e6fa7..526da0df1b2 100644
--- a/jstests/noPassthrough/update_now_clustertime_sharding.js
+++ b/jstests/noPassthrough/update_now_clustertime_sharding.js
@@ -2,11 +2,9 @@
* Tests that the $$NOW and $$CLUSTER_TIME system variables can be used when performing updates on a
* sharded cluster.
*
- * Tag this test as 'requires_find_command' to prevent it from running in the legacy passthroughs.
* The 'requires_sharding' tag prevents the test from running on variants with storage options which
* cannot support a sharded cluster.
* @tags: [
- * requires_find_command,
* requires_sharding,
* ]
*/