Skip to content

Commit

Permalink
chore: 'should compress a directory as a tarball' actually passes
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Dec 5, 2022
1 parent 47b0a5a commit 1efca00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/interface-tests.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ function executeTests (commonFactory) {
).concat(isBrowser || isWebWorker
? [
'should get a directory', // [mocha] output truncated to 8192 characters, see "maxDiffSize" reporter-option
'should get a nested directory', // [mocha] output truncated to 8192 characters, see "maxDiffSize" reporter-option
'should compress a directory as a tarball' // [mocha] output truncated to 8192 characters, see "maxDiffSize" reporter-option
'should get a nested directory' // [mocha] output truncated to 8192 characters, see "maxDiffSize" reporter-option
].map((name) => ({ name, reason: 'FIXME: https://github.com/ipfs/js-kubo-rpc-client/issues/56' }))
: []
)
Expand Down

0 comments on commit 1efca00

Please sign in to comment.