summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_all_sharded_replication.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_all_sharded_replication.js')
-rw-r--r--jstests/concurrency/fsm_all_sharded_replication.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_all_sharded_replication.js b/jstests/concurrency/fsm_all_sharded_replication.js
index 435277a2a47..d4068148d47 100644
--- a/jstests/concurrency/fsm_all_sharded_replication.js
+++ b/jstests/concurrency/fsm_all_sharded_replication.js
@@ -9,7 +9,6 @@ var blacklist = [
'distinct.js', // SERVER-13116 distinct isn't sharding aware
'distinct_noindex.js', // SERVER-13116 distinct isn't sharding aware
'distinct_projection.js', // SERVER-13116 distinct isn't sharding aware
- 'create_database.js', // SERVER-17397 Drops of sharded namespaces may not fully succeed
'drop_database.js', // SERVER-17397 Drops of sharded namespaces may not fully succeed
// Disabled due to SERVER-3645, '.count() can be wrong on sharded collections'.