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

Commit

Permalink
chore: skip directory metadata test on go-ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 8, 2020
1 parent 0161483 commit 06505be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ipfs/test/interface-http-go.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ describe('interface-ipfs-core over ipfs-http-client tests against go-ipfs', () =
name: 'should override raw leaves when file is smaller than one block and metadata is present',
reason: 'TODO not implemented in go-ipfs yet'
},
{
name: 'should add directories with metadata',
reason: 'TODO not implemented in go-ipfs yet'
},
{
name: 'should support bidirectional streaming',
reason: 'Not supported by http'
Expand Down

0 comments on commit 06505be

Please sign in to comment.