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

Commit 6d07f92

Browse files
committed
feat: disable nested array test until ipfs-inactive/js-ipfs-http-client#339 is fixed
1 parent 6565673 commit 6d07f92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/files.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ module.exports = (common) => {
121121
})
122122
})
123123

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

0 commit comments

Comments
 (0)