Skip to content

Commit 6cbd6b5

Browse files
richardlauBethGriggs
authored andcommittedApr 8, 2019
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 <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent 769d12c commit 6cbd6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
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)