Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 58b1fe2

Browse files
committed
fix: go-ipfs has not shipped withLocal yet
1 parent 821409f commit 58b1fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/files-mfs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ module.exports = (common) => {
331331
})
332332

333333
// TODO enable this test when this feature gets released on go-ipfs
334-
it('stat withLocal dir', function (done) {
334+
it.skip('stat withLocal dir', function (done) {
335335
if (!withGo) {
336336
console.log('Not supported in js-ipfs yet')
337337
this.skip()

0 commit comments

Comments
 (0)