diff options
author | Matthew Saltz <matthew.saltz@mongodb.com> | 2019-10-24 15:01:40 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-10-24 15:01:40 +0000 |
commit | dd297316e12bd92f3737424ac0b951e282de8e0d (patch) | |
tree | f27af3557ec35c730c9b4921ded158f575794487 /buildscripts | |
parent | cd87698233d5bad9275e3f391274be2ba5146e08 (diff) | |
download | mongo-dd297316e12bd92f3737424ac0b951e282de8e0d.tar.gz |
SERVER-44182 Blacklist major_version_check.js from last stable suite
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml index bcbb4b9f6fd..4e8acf88b53 100644 --- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml +++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml @@ -114,6 +114,9 @@ selector: - jstests/sharding/nonreplicated_uuids_on_shardservers.js # Added metrics only in v3.6 - jstests/sharding/server_status_crud_metrics.js + # Assumes shard doesn't refresh after a successful splitChunk (which it does + # in 3.4) + - jstests/sharding/major_version_check.js executor: config: |