summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2020-02-05 20:06:45 +0000
committerevergreen <evergreen@mongodb.com>2020-02-05 20:06:45 +0000
commitadc06b21b6f36151c89b44f2de3afc5f96a00752 (patch)
tree061acbd47765ce464856978328334caad992bc47
parentc2e39888d052972e897b4dc8c170201e8467f964 (diff)
downloadmongo-adc06b21b6f36151c89b44f2de3afc5f96a00752.tar.gz
SERVER-45907 Blacklist restart_transactions.js from config server stepdown suite
-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 c63b20551fe..e64abde4093 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -101,6 +101,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/restart_transactions.js
- jstests/sharding/txn_two_phase_commit_commands_basic_requirements.js
- jstests/sharding/txn_two_phase_commit_coordinator_shutdown_and_restart.js
- jstests/sharding/txn_two_phase_commit_failover.js