From 4ea921bdbf94c11e86ef6b53aa7425c6df42876a Mon Sep 17 00:00:00 2001 From: Livia Medeiros Date: Tue, 2 Dec 2025 19:46:50 +0800 Subject: [PATCH] test: skip SEA inspect test if inspector is not available PR-URL: https://github.com/nodejs/node/pull/60872 Reviewed-By: Chengzhong Wu Reviewed-By: Joyee Cheung Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- test/sea/test-single-executable-application-inspect.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sea/test-single-executable-application-inspect.js b/test/sea/test-single-executable-application-inspect.js index bd885bd91e..5422159fbf 100644 --- a/test/sea/test-single-executable-application-inspect.js +++ b/test/sea/test-single-executable-application-inspect.js @@ -16,6 +16,7 @@ const { } = require('../common/sea'); skipIfSingleExecutableIsNotSupported(); +common.skipIfInspectorDisabled(); const configFile = tmpdir.resolve('sea-config.json'); const seaPrepBlob = tmpdir.resolve('sea-prep.blob');