| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,6 +10,10 @@ if (common.isWindows) { | |||
| 10 | 10 | common.skip('ulimit does not work on Windows.'); | |
| 11 | 11 | } | |
| 12 | 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 | + | ||
| 13 | 17 | // A reasonably low fd count. An empty node process | |
| 14 | 18 | // creates around 30 fds for its internal purposes, | |
| 15 | 19 | // so making it too low will crash the process early, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments