summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2021-05-28 00:14:06 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-28 15:38:11 +0000
commit8e52b0ee3a9897cef0095561329a9565996fb0d7 (patch)
tree722fe7890f4641a7989b4859e2ec8d9eda0ea32e /buildscripts/resmokeconfig/suites
parent531ba45032423ed4b8f6d347c0f01f90d1ad813b (diff)
downloadmongo-8e52b0ee3a9897cef0095561329a9565996fb0d7.tar.gz
SERVER-47534 Unblacklist mongos_dataSize.js from sharding_last_stable_mongos_and_mixed_shards suite
(cherry picked from commit 208570c252e57eedcd63dec87ca26edd1d8e44c1)
Diffstat (limited to 'buildscripts/resmokeconfig/suites')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
index 8277b7c60e0..c76ee5b36db 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
@@ -25,8 +25,6 @@ selector:
- jstests/sharding/query/merge_stale_on_fields.js
- jstests/sharding/refresh_sessions.js
- jstests/sharding/query/lookup.js
- # Enable when 5.0 becomes last-lts
- - jstests/sharding/mongos_dataSize.js
- jstests/sharding/query/merge_command_options.js
- jstests/sharding/max_time_ms_enforced_on_shard.js
# Enable when SERVER-44733 is backported