mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:02:46 +08:00
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:
parent
dd5b0543c7
commit
436edbb51a
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user