FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: add `--skip-tests` to `test-ci-js` target · nodejs/node@28e71ed · GitHub

/ node Public

Commit 28e71ed

Browse files
authored andcommitted
build: add --skip-tests to test-ci-js target
PR-URL: #53105 Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 67333a5 commit 28e71ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ test-ci-native: | benchmark/napi/.buildstamp test/addons/.buildstamp test/js-nat
553553
test-ci-js: | clear-stalled
554554
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
555555
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
556+
--skip-tests=$(CI_SKIP_TESTS) \
556557
$(TEST_CI_ARGS) $(CI_JS_SUITES)
557558
$(info Clean up any leftover processes, error if found.)
558559
ps awwx | grep Release/node | grep -v grep | cat

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL