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

Commit 2ac3968

Browse files
committed
fix: update runnable tests to match go-ipfs
1 parent ea21adf commit 2ac3968

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

packages/ipfs/test/interface-http-go.js

+4-12
Original file line numberDiff line numberDiff line change
@@ -118,21 +118,13 @@ describe('interface-ipfs-core over ipfs-http-client tests against go-ipfs', () =
118118
tests.dag(commonFactory, {
119119
skip: [
120120
// dag.get:
121-
{
122-
name: 'should get a dag-pb node local value',
123-
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'
124-
},
125-
{
126-
name: 'should get dag-pb value via dag-cbor node',
127-
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'
128-
},
129-
{
130-
name: 'should get by CID with path option',
131-
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'
132-
},
133121
{
134122
name: 'should get only a CID, due to resolving locally only',
135123
reason: 'FIXME: go-ipfs does not support localResolve option'
124+
},
125+
{
126+
name: 'should get a node added as CIDv0 with a CIDv1',
127+
reason: 'go-ipfs doesn\'t use CIDv0 for DAG API anymore'
136128
}
137129
]
138130
})

0 commit comments

Comments
 (0)