summaryrefslogtreecommitdiff
path: root/etc/burn_in_tests.yml
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2017-01-13 13:02:00 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2017-01-13 13:02:00 -0500
commit72f9bd42dfc56921c5a92d7e5ed00075e132b75b (patch)
treea2c06cc2d6bc621fe4eface7edb8d4de241bbe80 /etc/burn_in_tests.yml
parent517123b513f9ece8092093a45cff0cac157f998d (diff)
downloadmongo-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.yml3
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