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

Commit aec518b

Browse files
committed
fix: no more need for connect timeouts, libp2p-floodsub now sends subscriptions on connect
1 parent fa0a8f5 commit aec518b

File tree

2 files changed

+317
-339
lines changed

2 files changed

+317
-339
lines changed

src/object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = (common) => {
4242
})
4343
})
4444

45-
it('template unixfs-dir', (done) => {
45+
it.skip('template unixfs-dir', (done) => {
4646
ipfs.object.new('unixfs-dir', (err, node) => {
4747
expect(err).to.not.exist
4848
const nodeJSON = node.toJSON()

0 commit comments

Comments
 (0)