summaryrefslogtreecommitdiff
path: root/buildscripts/templates/generate_resmoke_suites/sharding_auth.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/templates/generate_resmoke_suites/sharding_auth.yml.j2')
-rw-r--r--buildscripts/templates/generate_resmoke_suites/sharding_auth.yml.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/templates/generate_resmoke_suites/sharding_auth.yml.j2 b/buildscripts/templates/generate_resmoke_suites/sharding_auth.yml.j2
index 86d41ade5f6..c585ee513f0 100644
--- a/buildscripts/templates/generate_resmoke_suites/sharding_auth.yml.j2
+++ b/buildscripts/templates/generate_resmoke_suites/sharding_auth.yml.j2
@@ -52,6 +52,8 @@ selector:
- jstests/sharding/migration_critical_section_concurrency.js # SERVER-21713
# Runs with auth enabled.
- jstests/sharding/mongod_returns_no_cluster_time_without_keys.js
+ # Enable when SERVER-36634 is fixed.
+ - jstests/sharding/shard_collection_existing_zones.js
{% if excluded_tests is defined %}
{% for test in excluded_tests %}
- {{ test }}