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

Commit 06505be

Browse files
committed
chore: skip directory metadata test on go-ipfs
1 parent 0161483 commit 06505be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ describe('interface-ipfs-core over ipfs-http-client tests against go-ipfs', () =
5050
name: 'should override raw leaves when file is smaller than one block and metadata is present',
5151
reason: 'TODO not implemented in go-ipfs yet'
5252
},
53+
{
54+
name: 'should add directories with metadata',
55+
reason: 'TODO not implemented in go-ipfs yet'
56+
},
5357
{
5458
name: 'should support bidirectional streaming',
5559
reason: 'Not supported by http'

0 commit comments

Comments
 (0)