mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
13 lines
495 B
YAML
13 lines
495 B
YAML
# This file is used to exclude suites, tasks or tests from running in the burn_in_test task.
|
|
selector:
|
|
js_test:
|
|
# Exclude list of resmoke.py suite names.
|
|
exclude_suites:
|
|
# Exclude list of etc/evergreen.yml task names.
|
|
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
|