diff options
author | Yu Jin Kang Park <yujin.kang@mongodb.com> | 2022-08-03 14:54:36 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-08-03 15:27:04 +0000 |
commit | 4dcb8f0e5565b6b2fea8d467e4c3f436363d0cc5 (patch) | |
tree | ade66b42682b250e94187e23ffb111edcfcf4c08 /jstests/noPassthrough/collmod_index_noop.js | |
parent | 00cea9fcb676969a675a95989e680839107b2185 (diff) | |
download | mongo-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.js | 1 |
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, * ] |