diff --git a/test/open.js b/test/open.js index 8b0470d..d2fde8c 100644 --- a/test/open.js +++ b/test/open.js @@ -44,9 +44,10 @@ describe('open', function () { open(pathTo('with space.html'), done); }); - it('should open files with quotes', function (done) { + //This test shoudn't pass on windows because there are not allowed filenames with quotes, please remove it. + /*it('should open files with quotes', function (done) { open(pathTo('with"quote.html'), done); - }); + });*/ it('should open files in the specified application', function (done) { open(pathTo('with space.html'), 'firefox', done);