Skip to content

Commit 28e71ed

Browse files
aduh95marco-ippolito
authored andcommitted
build: add --skip-tests to test-ci-js target
PR-URL: #53105 Reviewed-By: Richard Lau <[email protected]>
1 parent 67333a5 commit 28e71ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

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