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 1dade18 commit 6ada607Copy full SHA for 6ada607
1 file changed
test/parallel/test-path-win32-normalize-device-names.js
@@ -5,7 +5,7 @@ const assert = require('assert');
5
const path = require('path');
6
7
if (!common.isWindows) {
8
- // common.skip('Windows only');
+ common.skip('Windows only');
9
}
10
11
const normalizeDeviceNameTests = [
0 commit comments