Skip to content

Commit

Permalink
build: add --skip-tests to test-ci-js target
Browse files Browse the repository at this point in the history
PR-URL: nodejs#53105
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
aduh95 authored and EliphazBouye committed Jun 20, 2024
1 parent 3264146 commit da902db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ test-ci-native: | benchmark/napi/.buildstamp test/addons/.buildstamp test/js-nat
test-ci-js: | clear-stalled
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
--skip-tests=$(CI_SKIP_TESTS) \
$(TEST_CI_ARGS) $(CI_JS_SUITES)
$(info Clean up any leftover processes, error if found.)
ps awwx | grep Release/node | grep -v grep | cat
Expand Down

0 comments on commit da902db

Please sign in to comment.