diff options
author | Gabriel Marks <gabriel.marks@mongodb.com> | 2022-07-25 17:06:48 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-27 15:53:40 +0000 |
commit | 5f63fb90c806f3f9d8264eb98345d8f1ff4b45c1 (patch) | |
tree | ea2f62ededfd2d6c1799b24ea0d4dac040e895d2 /etc | |
parent | baf9e3860e60e483f9cb23170456d2292c0d9abf (diff) | |
download | mongo-5f63fb90c806f3f9d8264eb98345d8f1ff4b45c1.tar.gz |
SERVER-67532 Fail oplog server status section less
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 7588e57af12..65937507cd1 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -232,6 +232,8 @@ last-continuous: test_file: jstests/core/clustered_collection_creation.js - ticket: SERVER-63255 test_file: jstests/core/dbstats.js + - ticket: SERVER-67532 + test_file: jstests/replsets/optime.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -599,6 +601,8 @@ last-lts: test_file: jstests/core/clustered_collection_creation.js - ticket: SERVER-63255 test_file: jstests/core/dbstats.js + - ticket: SERVER-67532 + test_file: jstests/replsets/optime.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |