From 9ccbbc0cee9f52b4ab204ef140e8d1bcf3b4450d Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 25 Oct 2021 20:32:52 +0200 Subject: [PATCH] chore: disable pubsub interop for now See https://github.com/ipfs/interop/commit/344f692d8cdc68fabe424814214dfb43c716edac --- .circleci/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/main.yml b/.circleci/main.yml index 2e135a87cc82..da75eef371ec 100644 --- a/.circleci/main.yml +++ b/.circleci/main.yml @@ -212,7 +212,7 @@ jobs: command: | npm init -y npm install ipfs@^0.59.1 - npm install ipfs-interop@^7.0.3 + npm install ipfs-interop@^7.0.4 npm install mocha-circleci-reporter@0.0.3 working_directory: ~/ipfs/go-ipfs/interop - run: