mirror of https://github.com/nodejs/node.git
build: run flaky tests in Travis
Skipping flaky tests in CI is an anti-pattern that should be avoided, as we do in our ownCI. Failing flaky tests don’t need to be blockers for a green CI result, but they should be run and reported *somehow*. PR-URL: https://github.com/nodejs/node/pull/27158 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>pull/27176/head
parent
9b859f50d5
commit
56354d480d
|
@ -65,4 +65,4 @@ jobs:
|
|||
- make -j2 > /dev/null
|
||||
- make -j1 build-addons build-js-native-api-tests build-node-api-tests > /dev/null
|
||||
script:
|
||||
- JOBS=2 FLAKY_TESTS=skip make -s -j1 V= test-ci | grep -F -e "---" -e "..." -v
|
||||
- JOBS=2 FLAKY_TESTS=dontcare make -s -j1 V= test-ci | grep -F -e "---" -e "..." -v
|
||||
|
|
Loading…
Reference in New Issue