We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ef4f2 commit 3d9975eCopy full SHA for 3d9975e
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