From 28e71ede630896c5f211ee9f1f3b6497393dcc19 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 5187d6a95033a9..38c36dd5fcf1d3 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