diff --git a/package.json b/package.json index a45e2e32e..811af7099 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "browser-process-platform": "~0.1.1", "cross-env": "^6.0.0", "go-ipfs-dep": "^0.4.22", - "interface-ipfs-core": "^0.117.2", + "interface-ipfs-core": "^0.118.0", "ipfsd-ctl": "^0.47.1", "nock": "^11.4.0", "stream-equal": "^1.1.1" diff --git a/test/interface.spec.js b/test/interface.spec.js index 090246822..760962b38 100644 --- a/test/interface.spec.js +++ b/test/interface.spec.js @@ -176,7 +176,15 @@ describe('interface-ipfs-core tests', () => { spawnOptions: { args: ['--offline'] } - })) + }), { + skip: [ + // stop + { + name: 'should resolve a record from peerid as cidv1 in base32', + reason: 'TODO not implemented in go-ipfs yet: https://github.com/ipfs/go-ipfs/issues/5287' + } + ] + }) // TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release tests.namePubsub(CommonFactory.create({