From 94899d793452409b358c09b3006c2c438eb3fcdd Mon Sep 17 00:00:00 2001 From: Adityavardhan Agrawal Date: Mon, 28 Jun 2021 21:10:31 +0000 Subject: SERVER-57493 Remove requires_find_command jstest tag --- jstests/core/hashed_index_collation.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'jstests/core/hashed_index_collation.js') 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() { -- cgit v1.2.1