summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-08-07 21:00:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-10 16:28:14 +0000
commit42fbd710722bb0e21297760fc85446a7786244b8 (patch)
treef97d93e27d21e1997d7a71b2cf10ace39e680bb0 /buildscripts
parent45076d6e9b4363ec68aa1a131dd08a18f65883fe (diff)
downloadmongo-42fbd710722bb0e21297760fc85446a7786244b8.tar.gz
SERVER-50190: Exclude requires_capped tag from concurrency_replication_multi_stmt_txn_ubsan.yml
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
index 3c79ac46768..df3722ebd88 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
@@ -39,6 +39,8 @@ selector:
exclude_with_any_tags:
- does_not_support_causal_consistency
+ # Snapshot reads in transactions are banned on capped collections.
+ - requires_capped
- requires_sharding
# Sharing cursors between state functions will fail in this suite because it will attempt to use
# the same cursor in multiple transactions.