summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/cover_null_queries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/cover_null_queries.js b/jstests/core/cover_null_queries.js
index 1f2c6b4260f..30b8025ecc9 100644
--- a/jstests/core/cover_null_queries.js
+++ b/jstests/core/cover_null_queries.js
@@ -3,7 +3,7 @@
* @tags: [
* assumes_unsharded_collection,
* requires_non_retryable_writes,
- * requires_fcv_60,
+ * requires_fcv_62,
* # This test could produce unexpected explain output if additional indexes are created.
* assumes_no_implicit_index_creation,
* # TODO SERVER-67506: Dotted path equality to null matches non-object array elements in CQF.