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

Commit

Permalink
fix: remove skip for test that was removed
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Jun 29, 2018
1 parent ba69bd8 commit b02e95b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ describe('interface-ipfs-core tests', () => {
{
name: 'should get by CID string + path',
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'
},
// dag.put
{
name: 'should not put dag-cbor node with wrong multicodec',
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'
}
]
})
Expand Down

0 comments on commit b02e95b

Please sign in to comment.