diff --git a/test/test.js b/test/test.js index e59ec45..42c03c6 100644 --- a/test/test.js +++ b/test/test.js @@ -199,7 +199,8 @@ describe('test', function () { }); }); -describe('test command with space', function () { +// don't run on Windows +(process.platform === 'win32' ? describe.skip : describe)('test command with space', function () { var sleep = 1; before(function () {