From 4e2ed44d6f72b2af74d5409c01631faf9a99f6b4 Mon Sep 17 00:00:00 2001 From: LiviaMedeiros Date: Thu, 27 Nov 2025 22:08:20 +0800 Subject: [PATCH] test: skip SEA inspect test if inspector is not available --- 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 bd885bd91e17f8..5422159fbf3a88 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');