diff --git a/test/ipns-pubsub.js b/test/ipns-pubsub.js index 52aaba5b..158db3fc 100644 --- a/test/ipns-pubsub.js +++ b/test/ipns-pubsub.js @@ -22,7 +22,8 @@ const namespace = '/record/' const ipfsRef = '/ipfs/QmPFVLPmp9zv5Z5KUqLhe2EivAGccQW2r7M7jhVJGLZoZU' -describe('ipns-pubsub', function () { +// TODO: unskip after https://github.com/ipfs/js-ipfs/pull/3922 and https://github.com/ipfs/go-ipfs/pull/8183 both ship +describe.skip('ipns-pubsub', function () { let nodes = [] let factory diff --git a/test/pubsub.js b/test/pubsub.js index 450e5ac9..c8accd7a 100644 --- a/test/pubsub.js +++ b/test/pubsub.js @@ -27,7 +27,8 @@ const daemonOptions = { const timeout = 20e3 -describe('pubsub', function () { +// TODO: unskip after https://github.com/ipfs/js-ipfs/pull/3922 and https://github.com/ipfs/go-ipfs/pull/8183 both ship +describe.skip('pubsub', function () { this.timeout(60 * 1000) const tests = {