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

Commit

Permalink
fix: go-ipfs has not shipped withLocal yet
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Mar 16, 2018
1 parent 821409f commit 58b1fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/files-mfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ module.exports = (common) => {
})

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

0 comments on commit 58b1fe2

Please sign in to comment.