From 344f692d8cdc68fabe424814214dfb43c716edac Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 25 Oct 2021 17:38:23 +0200 Subject: [PATCH] fix: disable pubsub due to wire format changes (#388) This temporarily disables pubsub tests as we are unable to test interop until both JS and GO changes land: - https://github.com/ipfs/go-ipfs/pull/8183 - https://github.com/ipfs/js-ipfs/pull/3922 When we have that, we will re-enable skipped tests in https://github.com/ipfs/interop/pull/387 --- test/ipns-pubsub.js | 3 ++- test/pubsub.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 = {