summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/or_to_in.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/or_to_in.js b/jstests/core/or_to_in.js
index 8d080256d05..9aed36237b7 100644
--- a/jstests/core/or_to_in.js
+++ b/jstests/core/or_to_in.js
@@ -4,6 +4,7 @@
// This test is not prepared to handle explain output for sharded collections.
// @tags: [
// assumes_unsharded_collection,
+// requires_find_command, # uses find with a collation
// requires_fcv_49
// ]