summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2020-11-09 12:36:27 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-04 17:44:10 +0000
commit45e7e07ef71ef624c6a50436bdac38306951a7e6 (patch)
treed943945f6b65f4b6cb92595f403d081ff4dc9a8a
parent59b50edbde7b2c9a926d5890f767387330fbadab (diff)
downloadmongo-45e7e07ef71ef624c6a50436bdac38306951a7e6.tar.gz
SERVER-52686 Blacklist transactions_causal_consistency.js test from the sharding_csrs_continuous_config_stepdown
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
index 305ddff65ef..2e2b62b7d30 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -104,6 +104,7 @@ selector:
- jstests/sharding/move_chunk_insert_with_write_retryability.js
- jstests/sharding/move_chunk_remove_with_write_retryability.js
- jstests/sharding/move_chunk_update_with_write_retryability.js
+ - jstests/sharding/transactions_causal_consistency.js
- jstests/sharding/restart_transactions.js
- jstests/sharding/txn_two_phase_commit_commands_basic_requirements.js
- jstests/sharding/txn_two_phase_commit_coordinator_shutdown_and_restart.js