You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
reason: 'FIXME Waiting for fix on go-ipfs https://github.com/ipfs/js-ipfs-api/pull/307#discussion_r69281789 and https://github.com/ipfs/go-ipfs/issues/2927'
33
+
}
32
34
]
33
35
})
34
36
35
37
tests.dag(defaultCommonFactory,{
36
38
skip: [
37
39
// dag.tree
38
-
// TODO vmx 2018-02-22: Currently the tree API is not exposed in go-ipfs
39
-
'tree',
40
+
{
41
+
name: 'tree',
42
+
reason: 'TODO vmx 2018-02-22: Currently the tree API is not exposed in go-ipfs'
43
+
},
40
44
// dag.get:
41
-
// FIXME vmx 2018-02-22: Currently not supported in go-ipfs, it might
42
-
// be possible once https://github.com/ipfs/go-ipfs/issues/4728 is
43
-
// done
44
-
'should get a dag-pb node local value',
45
-
'should get dag-pb value via dag-cbor node',
46
-
'should get by CID string + path',
45
+
{
46
+
name: 'should get a dag-pb node local value',
47
+
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'
48
+
},
49
+
{
50
+
name: 'should get dag-pb value via dag-cbor node',
51
+
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'
52
+
},
53
+
{
54
+
name: 'should get by CID string + path',
55
+
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'
56
+
},
47
57
// dag.put
48
-
// FIXME This works in go-ipfs because dag-pb will serialize any object. If
49
-
// the object has neither a `data` nor `links` field it's serialized
50
-
// as an empty object
51
-
'should not put dag-cbor node with wrong multicodec'
58
+
{
59
+
name: 'should not put dag-cbor node with wrong multicodec',
60
+
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'
61
+
}
52
62
]
53
63
})
54
64
55
65
tests.dht(defaultCommonFactory,{
56
66
skip: [
57
67
// dht.findpeer
58
-
// FIXME checking what is exactly go-ipfs returning
reason: 'FIXME https://github.com/ipfs/interface-ipfs-core/pull/188#issuecomment-354673246 and https://github.com/ipfs/go-ipfs/issues/4778'
189
+
} : null,
190
+
isWindows ? {
191
+
name: 'should receive multiple messages',
192
+
reason: 'FIXME https://github.com/ipfs/interface-ipfs-core/pull/188#issuecomment-354673246 and https://github.com/ipfs/go-ipfs/issues/4778'
0 commit comments