We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7c437 commit 8c103abCopy full SHA for 8c103ab
test/parallel/test-macos-app-sandbox.js
@@ -2,6 +2,8 @@
2
const common = require('../common');
3
if (process.platform !== 'darwin')
4
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');
7
8
const fixtures = require('../common/fixtures');
9
const tmpdir = require('../common/tmpdir');
0 commit comments