Skip to content

Commit 5c5ef4e

Browse files
Trotttargos
authored andcommitted
build: remove unused option
There is no longer a need to skip sequential/test-benchmark-napi because it no longer resides in sequential. Benchmark tests are now in their own directory. PR-URL: #29173 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent ad28f55 commit 5c5ef4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ test-ci-native: | test/addons/.buildstamp test/js-native-api/.buildstamp test/no
519519
test-ci-js: | clear-stalled
520520
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
521521
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
522-
$(TEST_CI_ARGS) $(CI_JS_SUITES) --skip-tests=sequential/test-benchmark-napi
522+
$(TEST_CI_ARGS) $(CI_JS_SUITES)
523523
@echo "Clean up any leftover processes, error if found."
524524
ps awwx | grep Release/node | grep -v grep | cat
525525
@PS_OUT=`ps awwx | grep Release/node | grep -v grep | awk '{print $$1}'`; \

0 commit comments

Comments
 (0)