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

Commit 9885db9

Browse files
committed
fix: remove skip for test that was removed
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 43d764a commit 9885db9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/interface.spec.js

-5
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ describe('interface-ipfs-core tests', () => {
6767
{
6868
name: 'should get by CID string + path',
6969
reason: 'FIXME vmx 2018-02-22: Currently not supported in go-ipfs, it might be possible once https://github.com/ipfs/go-ipfs/issues/4728 is done'
70-
},
71-
// dag.put
72-
{
73-
name: 'should not put dag-cbor node with wrong multicodec',
74-
reason: 'FIXME This works in go-ipfs because dag-pb will serialize any object. If the object has neither a `data` nor `links` field it\'s serialized as an empty object'
7570
}
7671
]
7772
})

0 commit comments

Comments
 (0)