Skip to content

Commit 58bf615

Browse files
richardlauTrott
authored andcommitted
build: fix skipping of flaky tests on Travis
`PARALLEL_ARGS` is overwritten in the Makefile if `JOBS` is set. Use `CI_JS_SUITES` instead. PR-URL: #27002 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 7ef3acb commit 58bf615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ matrix:
4949
- ./configure
5050
- make -j2 V=
5151
script:
52-
- PARALLEL_ARGS='--flaky-tests=skip' make -j1 test
52+
- CI_JS_SUITES='--flaky-tests=skip default' make -j1 test

0 commit comments

Comments
 (0)