diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2017-01-13 13:02:00 -0500 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2017-01-13 13:02:00 -0500 |
commit | 72f9bd42dfc56921c5a92d7e5ed00075e132b75b (patch) | |
tree | a2c06cc2d6bc621fe4eface7edb8d4de241bbe80 /etc/burn_in_tests.yml | |
parent | 517123b513f9ece8092093a45cff0cac157f998d (diff) | |
download | mongo-72f9bd42dfc56921c5a92d7e5ed00075e132b75b.tar.gz |
SERVER-27653 Blacklist Concurrency test runners in burn_in_tests
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 |