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

Commit d004577

Browse files
committed
fix: fix a bunch of issues (i.e: identify race condition)
1 parent a63988b commit d004577

File tree

2 files changed

+330
-287
lines changed

2 files changed

+330
-287
lines changed

src/object.js

+1-1
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)