summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml b/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml
index 409a6ef0dbf..1d9f2808321 100644
--- a/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml
@@ -3,6 +3,12 @@ test_kind: js_test
selector:
roots:
- jstests/change_streams/**/*.js
+ exclude_files:
+ # This test creates a collection (and index) inside a transaction. Even though the collections are
+ # unsharded this suite enables sharding in the test database which makes transactions against
+ # it distributed. This causes the following tests to fail since creating a collection in a
+ # distributed transaction is not allowed.
+ - jstests/change_streams/ddl_create_index_txn.js
exclude_with_any_tags:
##
# The next tags correspond to the special errors thrown by the