We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--skip-tests
test-ci-js
1 parent 67333a5 commit 28e71edCopy full SHA for 28e71ed
Makefile
@@ -553,6 +553,7 @@ test-ci-native: | benchmark/napi/.buildstamp test/addons/.buildstamp test/js-nat
553
test-ci-js: | clear-stalled
554
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
555
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
556
+ --skip-tests=$(CI_SKIP_TESTS) \
557
$(TEST_CI_ARGS) $(CI_JS_SUITES)
558
$(info Clean up any leftover processes, error if found.)
559
ps awwx | grep Release/node | grep -v grep | cat
0 commit comments