test: skip this until we have a fix
This commit is contained in:
parent
36ed81d77c
commit
2e381d282c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue