diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen_yml_components/definitions.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index ab1f86e129a..0e43e6d1e68 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -988,7 +988,7 @@ functions: args: - "./src/evergreen/extract_generated_test_configuration.sh" - "minimize jstestfuzz": &minimize_jstestfuzz + "minimize jstestfuzz": command: subprocess.exec type: test params: @@ -1162,7 +1162,6 @@ functions: args: - "./src/evergreen/multiversion_exclude_tags_generate.sh" - *execute_resmoke_tests - - *minimize_jstestfuzz # The existence of the "run_tests_infrastructure_failure" file indicates this failure isn't # directly actionable. We use type=setup rather than type=system or type=test for this command # because we don't intend for any human to look at this failure. |