Skip to content

Commit 4ea921b

Browse files
test: skip SEA inspect test if inspector is not available
PR-URL: #60872 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 6432765 commit 4ea921b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sea/test-single-executable-application-inspect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const {
1616
} = require('../common/sea');
1717

1818
skipIfSingleExecutableIsNotSupported();
19+
common.skipIfInspectorDisabled();
1920

2021
const configFile = tmpdir.resolve('sea-config.json');
2122
const seaPrepBlob = tmpdir.resolve('sea-prep.blob');

0 commit comments

Comments
 (0)