summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2019-05-15 16:16:48 -0400
committerRandolph Tan <randolph@10gen.com>2019-05-16 13:41:34 -0400
commit8cc7820b5039e98c97b880dd52a5125945d514e2 (patch)
tree5d82315eaf8638c512b335ccba8d7853076f4dd7 /buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
parent0dd0b000b4c8df0e7d7bee1826c252af60c73410 (diff)
downloadmongo-8cc7820b5039e98c97b880dd52a5125945d514e2.tar.gz
SERVER-40885 Disallow running commitTransaction/abortTransaction as the first command in mongos
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
index 48c7ebd30c6..e840f333040 100644
--- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
@@ -36,10 +36,6 @@ selector:
# View tests aren't expected to work when collections are implicitly sharded.
- jstests/core/txns/view_reads_in_transaction.js
- # Empty commit/abort is currently allowed in mongos.
- # TODO: SERVER-40885: unblacklist this.
- - jstests/core/txns/empty_commit_abort.js
-
exclude_with_any_tags:
- assumes_against_mongod_not_mongos
# Tests tagged with the following will fail because they assume collections are not sharded.