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

Commit

Permalink
feat: disable nested array test until ipfs-inactive/js-ipfs-http-clie…
Browse files Browse the repository at this point in the history
…nt#339 is fixed
  • Loading branch information
daviddias committed Nov 10, 2016
1 parent 6565673 commit 6d07f92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ module.exports = (common) => {
})
})

it('add a nested dir as array', (done) => {
// Needs https://github.com/ipfs/js-ipfs-api/issues/339 to be fixed
// for js-ipfs-api + go-ipfs
it.skip('add a nested dir as array', (done) => {
const content = (name) => ({
path: `test-folder/${name}`,
content: directoryContent[name]
Expand Down

0 comments on commit 6d07f92

Please sign in to comment.