summaryrefslogtreecommitdiff
path: root/etc/burn_in_tests.yml
blob: 872a29af5ccc93e15cc78253ee90f0275471b996 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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:
    # Enable the following once SERVER-55725 is backported to 4.0.
    - jstests/sharding/time_zone_info_mongos.js