DEV: Only set tap_failed_tests_only to true for CI. (#14710)

It may seem like the command crashed when running tests locally since we get no feedback until it finishes running all the tests.
This commit is contained in:
Roman Rizzi 2021-10-25 16:24:47 -03:00 committed by GitHub
parent dd5b0543c7
commit 436edbb51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ module.exports = {
disable_watching: true,
launch_in_ci: ["Chrome", "Firefox", "Headless Firefox"], // Firefox is old ESR version, Headless Firefox is up-to-date evergreen version
launch_in_dev: ["Chrome"],
tap_failed_tests_only: true,
tap_failed_tests_only: process.env.CI,
parallel: 1, // disable parallel tests for stability
browser_start_timeout: 120,
browser_args: {