Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Update js-ipfs to use latest libp2p and all the other deps #1216

Merged
merged 13 commits into from
Feb 15, 2018
3 changes: 2 additions & 1 deletion test/cli/bitswap.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ describe('bitswap', () => runOn((thing) => {
})
})

it('stat', function () {
// TODO @hacdias fix this with https://github.com/ipfs/js-ipfs/pull/1198
it.skip('stat', function () {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hacdias for you to fix with #1198.

this.timeout(20 * 1000)

return ipfs('bitswap stat').then((out) => {
Expand Down