diff options
Diffstat (limited to 'etc/burn_in_tests.yml')
-rw-r--r-- | etc/burn_in_tests.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/burn_in_tests.yml b/etc/burn_in_tests.yml index 216c483dda4..beec9eb8fb6 100644 --- a/etc/burn_in_tests.yml +++ b/etc/burn_in_tests.yml @@ -7,3 +7,6 @@ selector: exclude_tasks: # Exclude list of jstests file names. exclude_tests: + # SERVER-27653 - Blacklist concurrency test runners to avoid potential issues from attempting + # to run them in parallel with each other. + - jstests/concurrency/fsm_all*.js |