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-08-03 15:27:04 +0000
commit4dcb8f0e5565b6b2fea8d467e4c3f436363d0cc5 (patch)
treeade66b42682b250e94187e23ffb111edcfcf4c08 /jstests/core
parent00cea9fcb676969a675a95989e680839107b2185 (diff)
downloadmongo-4dcb8f0e5565b6b2fea8d467e4c3f436363d0cc5.tar.gz
SERVER-67846 Add requires_fcv_60 tag to tests querying featureFlagCollModIndexUnique
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 f041f0473aa..ab2d8237788 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-61182): Fix WiredTigerKVEngine::alterIdentMetadata() under inMemory.
* requires_persistence,