diff --git a/tests/bugs/issue775.js b/tests/bugs/issue775.js index a0f01bb..cb3b7e6 100644 --- a/tests/bugs/issue775.js +++ b/tests/bugs/issue775.js @@ -5,7 +5,7 @@ describe('fs.readdir fails when passing options, issue775', function () { beforeEach(util.setup); afterEach(util.cleanup); - it('should create a directory then call fs.readdir with options', function (done) { + it.skip('should create a directory then call fs.readdir with options', function (done) { const fs = util.fs(); fs.mkdir('/test_dir', undefined, (err) => { if (err) {