diff options
Diffstat (limited to 'buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml')
| -rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml index 02d2c081cfb..f2e8e9a06b1 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml @@ -9,6 +9,10 @@ selector: - jstests/concurrency/fsm_workloads/distinct_noindex.js - jstests/concurrency/fsm_workloads/distinct_projection.js + # SERVER-17397 Drops of sharded namespaces may not fully succeed + - jstests/concurrency/fsm_workloads/create_database.js + - jstests/concurrency/fsm_workloads/map_reduce_drop.js + # Disabled due to SERVER-33753, '.count() without a predicate can be wrong on sharded # collections'. This bug is problematic for these workloads because they assert on count() # values: |
