summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-08-03 14:54:36 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-05 13:16:52 +0000
commit9cf479fb3684c22ef55bbce90a9cfce46297cfa6 (patch)
tree145ad80199a9ae4b6f3c3c2b8973e1bfbb9a85ec /jstests/core
parente3cba25b2063de0bb39222f2b79116aaafdd62ff (diff)
downloadmongo-9cf479fb3684c22ef55bbce90a9cfce46297cfa6.tar.gz
SERVER-67846 Add requires_fcv_60 tag to tests querying featureFlagCollModIndexUnique
(cherry picked from commit 4dcb8f0e5565b6b2fea8d467e4c3f436363d0cc5)
Diffstat (limited to 'jstests/core')
-rw-r--r--jstests/core/collmod_convert_index_uniqueness.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/collmod_convert_index_uniqueness.js b/jstests/core/collmod_convert_index_uniqueness.js
index 28f8a88fc90..559a5fed82c 100644
--- a/jstests/core/collmod_convert_index_uniqueness.js
+++ b/jstests/core/collmod_convert_index_uniqueness.js
@@ -5,7 +5,7 @@
* # Cannot implicitly shard accessed collections because of collection existing when none
* # expected.
* assumes_no_implicit_collection_creation_after_drop, # common tag in collMod tests.
- * requires_fcv_52,
+ * requires_fcv_60,
* requires_non_retryable_commands, # common tag in collMod tests.
* # TODO(SERVER-61181): Fix validation errors under ephemeralForTest.
* incompatible_with_eft,