summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
index f1c8035cf0f..7daabd952f2 100644
--- a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
@@ -49,6 +49,11 @@ selector:
# TODO: SERVER-27269: mongos can't establish cursor if view has $collStats and views another view.
- jstests/core/views/views_coll_stats.js
- jstests/core/killop_drop_collection.js # Uses fsyncLock.
+ # The following tests fail because of divergent dropCollection behavior between standalones and
+ # sharded clusters. These tests expect a second drop command to error, whereas in sharded clusters
+ # we expect a second drop to return status OK.
+ - jstests/core/drop.js
+ - jstests/core/explain_upsert.js
exclude_with_any_tags:
- assumes_against_mongod_not_mongos