From 33242ff042200f653568a496518f9b78124ec2da Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 29 May 2024 19:24:32 +0200 Subject: [PATCH] build: add `--skip-tests` to `test-ci-js` target PR-URL: https://github.com/nodejs/node/pull/53105 Reviewed-By: Richard Lau --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7ca7d6b02bae31..a1943f5498f07c 100644 --- a/Makefile +++ b/Makefile @@ -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