summaryrefslogtreecommitdiff
path: root/jstests/core/hashed_index_collation.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/core/hashed_index_collation.js
parent4576bcaa48e5b919cb013f47c632310865ba2c54 (diff)
downloadmongo-94899d793452409b358c09b3006c2c438eb3fcdd.tar.gz
SERVER-57493 Remove requires_find_command jstest tag
Diffstat (limited to 'jstests/core/hashed_index_collation.js')
-rw-r--r--jstests/core/hashed_index_collation.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/hashed_index_collation.js b/jstests/core/hashed_index_collation.js
index f6c8382c3bc..ead8b69bbfc 100644
--- a/jstests/core/hashed_index_collation.js
+++ b/jstests/core/hashed_index_collation.js
@@ -1,11 +1,8 @@
/**
* Tests to verify that hashed indexes obey collation rules.
*
- * The tags below are necessary because collation requires that we use read/write commands rather
- * than legacy operations.
* @tags: [
* assumes_unsharded_collection,
- * requires_find_command,
* ]
*/
(function() {