Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c103ab

Browse filesBrowse files
committed
test: skip macos sandbox test with builtin modules path
Refs: #40605 PR-URL: #40607 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent fb7c437 commit 8c103ab
Copy full SHA for 8c103ab

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-macos-app-sandbox.js
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.