summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2018-05-01 16:23:24 -0400
committerWilliam Schultz <william.schultz@mongodb.com>2018-05-01 16:27:45 -0400
commitc9a70c9a28a0b2c9ddbd66b5dee2308405a6eb68 (patch)
tree615aa862d8b37a48e7312ce4c87490055b69404d /buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
parent0c242bc59fd1db69a891c73dc82a29c69f13a400 (diff)
downloadmongo-c9a70c9a28a0b2c9ddbd66b5dee2308405a6eb68.tar.gz
SERVER-34520 Forbid multi-document transactions run through mongoS
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
index f69170b19be..431429a7a34 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
@@ -66,6 +66,7 @@ selector:
- jstests/sharding/change_streams_whole_db.js
- jstests/sharding/lookup_change_stream_post_image_compound_shard_key.js
- jstests/sharding/resume_change_stream.js
+ - jstests/sharding/transactions_prohibited_in_sharded_cluster.js
# Requires count command to be accurate on sharded clusters, introduced in v4.0.
- jstests/sharding/accurate_count_with_predicate.js