diff options
author | Blake Oler <blake.oler@mongodb.com> | 2018-12-27 14:41:37 -0500 |
---|---|---|
committer | Blake Oler <blake.oler@mongodb.com> | 2019-01-28 15:28:55 -0500 |
commit | 5c449cd2a9782946e9999d68ecc3f9160f84df0d (patch) | |
tree | 01dfc56ff12e6f4d72e9ff6b7cf23031bb51b7ac /buildscripts | |
parent | 36939737eb4ad92193fc5e7f7971293a2c551f73 (diff) | |
download | mongo-5c449cd2a9782946e9999d68ecc3f9160f84df0d.tar.gz |
SERVER-38784 Blacklist verify_sessions_expiration_sharded.js from the sharding_last_stable_mongos_and_mixed_shards suite
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml | 1 |
1 files changed, 1 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 438a961f582..a238410123c 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 @@ -74,6 +74,7 @@ selector: - jstests/sharding/sessions_collection_auto_healing.js - jstests/sharding/shard_config_db_collections.js - jstests/sharding/time_zone_info_mongos.js + - jstests/sharding/verify_sessions_expiration_sharded.js - jstests/sharding/uuid_propagated_to_config_server_on_shardCollection.js - jstests/sharding/uuid_propagated_to_recipient_shard_on_recvChunkStart.js - jstests/sharding/uuid_propagated_to_shards_on_setFCV_3_6.js |