Skip to content

Commit 606cc06

Browse files
committed
Update test-manpage-node-options.js
1 parent 9fa2338 commit 606cc06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/doctool/test-manpage-node-options.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ const common = require('../common');
33
if (process.config.variables.node_without_node_options)
44
common.skip('missing NODE_OPTIONS support');
55

6+
if (common.isWindows) {
7+
common.skip('`make doc` does not run on Windows');
8+
}
9+
610
// Test options specified by env variable.
711

812
const assert = require('assert');

0 commit comments

Comments
 (0)