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

Commit b02e95b

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/interface.spec.js

Lines changed: 0 additions & 5 deletions
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)