summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml1
2 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml
index f102b4e6ae1..b23a209a631 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml
@@ -9,6 +9,8 @@ selector:
exclude_files:
- jstests/aggregation/bugs/server18198.js # Uses a mocked mongo client to test read preference.
- jstests/aggregation/mongos_slaveok.js # Majority read on secondary requires afterOpTime.
+ - jstests/aggregation/shard_targeting.js # Cannot specify write concern when
+ # secondaryThrottle is not set.
- jstests/aggregation/sources/collStats/shard_host_info.js # Cannot specify write concern when
# secondaryThrottle is not set.
- jstests/aggregation/sources/facet/use_cases.js # Cannot specify write concern when
diff --git a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
index c4bd82afd9a..8e7504d2567 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
@@ -12,6 +12,7 @@ selector:
- jstests/aggregation/bugs/server6179.js
- jstests/aggregation/bugs/server7781.js
- jstests/aggregation/mongos_slaveok.js
+ - jstests/aggregation/shard_targeting.js
- jstests/aggregation/sources/addFields/use_cases.js
- jstests/aggregation/sources/addFields/weather.js
- jstests/aggregation/sources/collStats/shard_host_info.js