diff --git a/test/core/interface.spec.js b/test/core/interface.spec.js index 7f761bdf7b..977a379441 100644 --- a/test/core/interface.spec.js +++ b/test/core/interface.spec.js @@ -16,7 +16,14 @@ describe('interface-ipfs-core tests', () => { tests.config(defaultCommonFactory) - tests.dag(defaultCommonFactory) + tests.dag(defaultCommonFactory, { + skip: [ + { + name: 'should override hash algoritm default and resolve with it', + reason: 'https://github.com/ipld/js-ipld/pull/133 needs to land first' + } + ] + }) tests.dht(defaultCommonFactory, { skip: { reason: 'TODO: DHT is not implemented in js-ipfs yet!' }