Skip to content

Commit

Permalink
build: fix skipping of flaky tests on Travis
Browse files Browse the repository at this point in the history
`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>
  • Loading branch information
richardlau authored and BethGriggs committed Apr 8, 2019
1 parent 769d12c commit 6cbd6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -49,4 +49,4 @@ matrix:
- ./configure
- make -j2 V=
script:
- PARALLEL_ARGS='--flaky-tests=skip' make -j1 test
- CI_JS_SUITES='--flaky-tests=skip default' make -j1 test

0 comments on commit 6cbd6b5

Please sign in to comment.