diff options
author | Yu Jin Kang Park <yujin.kang@mongodb.com> | 2022-06-15 13:19:49 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-06 12:17:47 +0000 |
commit | 574d60b493f71e6433a784dc3a2a8fd3fed171a1 (patch) | |
tree | 0ec8447e2cf81fa33f7729f779afe649ab0f344f /jstests/noPassthrough/collmod_index_noop.js | |
parent | 02dfedb849374159219251422ada6035333e2c3b (diff) | |
download | mongo-574d60b493f71e6433a784dc3a2a8fd3fed171a1.tar.gz |
SERVER-55208: Remove nojournal,duroff and evergreen variant
Diffstat (limited to 'jstests/noPassthrough/collmod_index_noop.js')
-rw-r--r-- | jstests/noPassthrough/collmod_index_noop.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthrough/collmod_index_noop.js b/jstests/noPassthrough/collmod_index_noop.js index e10857e8dbe..9bc4bdecc88 100644 --- a/jstests/noPassthrough/collmod_index_noop.js +++ b/jstests/noPassthrough/collmod_index_noop.js @@ -7,8 +7,6 @@ * @tags: [ * # TODO(SERVER-61182): Fix WiredTigerKVEngine::alterIdentMetadata() under inMemory. * requires_persistence, - * # Replication requires journaling support so this tag also implies exclusion from - * # --nojournal test configurations. * requires_replication, * ] */ |