Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: update runnable tests to match go-ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 19, 2021
1 parent cf1431e commit 4fe2e9f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions packages/ipfs/test/interface-http-go.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,21 +118,13 @@ describe('interface-ipfs-core over ipfs-http-client tests against go-ipfs', () =
tests.dag(commonFactory, {
skip: [
// dag.get:
{
name: 'should get a dag-pb node local value',
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'
},
{
name: 'should get dag-pb value via dag-cbor node',
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'
},
{
name: 'should get by CID with path option',
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'
},
{
name: 'should get only a CID, due to resolving locally only',
reason: 'FIXME: go-ipfs does not support localResolve option'
},
{
name: 'should get a node added as CIDv0 with a CIDv1',
reason: 'go-ipfs doesn\'t use CIDv0 for DAG API anymore'
}
]
})
Expand Down

0 comments on commit 4fe2e9f

Please sign in to comment.