summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml2
1 files changed, 2 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 ff964dd230e..4e8b3dbce46 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
@@ -82,6 +82,8 @@ selector:
- jstests/sharding/clear_jumbo.js
# Requires count command to be accurate on sharded clusters, introduced in v4.0.
- jstests/sharding/accurate_count_with_predicate.js
+ # Requires that dataSize command uses shard versioning, introduced in v4.0.
+ - jstests/sharding/mongos_dataSize.js
# The 3.6 mongos does not support using localOps to find failpoints.
- jstests/sharding/verify_sessions_expiration_sharded.js
# Enable when SERVER-33538 is backported.