diff --git a/packages/ipfs/test/interface-http-go.js b/packages/ipfs/test/interface-http-go.js index c3a60d6d0d..aeb215c2cf 100644 --- a/packages/ipfs/test/interface-http-go.js +++ b/packages/ipfs/test/interface-http-go.js @@ -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'