summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/collmod_index_noop.js
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/noPassthrough/collmod_index_noop.js
parent00cea9fcb676969a675a95989e680839107b2185 (diff)
downloadmongo-4dcb8f0e5565b6b2fea8d467e4c3f436363d0cc5.tar.gz
SERVER-67846 Add requires_fcv_60 tag to tests querying featureFlagCollModIndexUnique
Diffstat (limited to 'jstests/noPassthrough/collmod_index_noop.js')
-rw-r--r--jstests/noPassthrough/collmod_index_noop.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/collmod_index_noop.js b/jstests/noPassthrough/collmod_index_noop.js
index 9bc4bdecc88..36890a5f896 100644
--- a/jstests/noPassthrough/collmod_index_noop.js
+++ b/jstests/noPassthrough/collmod_index_noop.js
@@ -6,6 +6,7 @@
*
* @tags: [
* # TODO(SERVER-61182): Fix WiredTigerKVEngine::alterIdentMetadata() under inMemory.
+ * requires_fcv_60,
* requires_persistence,
* requires_replication,
* ]