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 9fa2338 commit 606cc06Copy full SHA for 606cc06
1 file changed
test/doctool/test-manpage-node-options.js
@@ -3,6 +3,10 @@ const common = require('../common');
3
if (process.config.variables.node_without_node_options)
4
common.skip('missing NODE_OPTIONS support');
5
6
+if (common.isWindows) {
7
+ common.skip('`make doc` does not run on Windows');
8
+}
9
+
10
// Test options specified by env variable.
11
12
const assert = require('assert');
0 commit comments