Skip to content

Commit e40fd65

Browse files
committed
test: skip macos sandbox test with builtin modules path
Refs: nodejs#40605
1 parent da118db commit e40fd65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-macos-app-sandbox.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
const common = require('../common');
33
if (process.platform !== 'darwin')
44
common.skip('App Sandbox is only available on Darwin');
5+
if (process.config.variables.node_builtin_modules_path)
6+
common.skip('App Sandbox cannot load modules from outside the sandbox');
57

68
const fixtures = require('../common/fixtures');
79
const tmpdir = require('../common/tmpdir');

0 commit comments

Comments
 (0)