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/timeseries_idle_buckets.js | |
parent | 02dfedb849374159219251422ada6035333e2c3b (diff) | |
download | mongo-574d60b493f71e6433a784dc3a2a8fd3fed171a1.tar.gz |
SERVER-55208: Remove nojournal,duroff and evergreen variant
Diffstat (limited to 'jstests/noPassthrough/timeseries_idle_buckets.js')
-rw-r--r-- | jstests/noPassthrough/timeseries_idle_buckets.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthrough/timeseries_idle_buckets.js b/jstests/noPassthrough/timeseries_idle_buckets.js index 651e7a446f2..06a2c0941ba 100644 --- a/jstests/noPassthrough/timeseries_idle_buckets.js +++ b/jstests/noPassthrough/timeseries_idle_buckets.js @@ -2,8 +2,6 @@ * Tests that idle buckets are removed when the bucket catalog's memory threshold is reached. * * @tags: [ - * # Replication requires journaling support so this tag also implies exclusion from - * # --nojournal test configurations. * requires_replication, * ] */ |