summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml4
1 files changed, 4 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 49229732693..64acf2f107e 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
@@ -31,6 +31,10 @@ selector:
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- jstests/concurrency/fsm_workloads/snapshot_read_kill_operations.js
+ # Expects reads to die with a particular error, but other errors are possible if the read is part
+ # of a transaction (e.g. ErrorCodes.LockTimeout).
+ - jstests/concurrency/fsm_workloads/drop_index_during_replan.js
+
exclude_with_any_tags:
- requires_sharding