Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2691222 commit f54bf28Copy full SHA for f54bf28
test/parallel/test-worker-init-failure.js
@@ -10,6 +10,10 @@ if (common.isWindows) {
10
common.skip('ulimit does not work on Windows.');
11
}
12
13
+if (process.config.variables.node_builtin_modules_path) {
14
+ common.skip('this test cannot pass when Node.js is built with --node-builtin-modules-path');
15
+}
16
+
17
// A reasonably low fd count. An empty node process
18
// creates around 30 fds for its internal purposes,
19
// so making it too low will crash the process early,
0 commit comments