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>
  • Loading branch information
richardlau authored and BethGriggs committed Apr 4, 2019
1 parent bf17ea1 commit 82ffd94
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 82ffd94

Please sign in to comment.