From 95dd93b24370168f9538cb9c5b65b39e463c752c Mon Sep 17 00:00:00 2001 From: galargh Date: Thu, 30 Mar 2023 19:28:46 +0200 Subject: [PATCH] ci: ignore js-js interop test cases --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bc617fec..ddb3382c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,8 @@ jobs: npm install kubo-rpc-client@^3.0.1 npm install ipfs-interop@^10.0.1 working-directory: interop - - run: npx ipfs-interop -- -t node + # Run the interop tests while ignoring the js-js interop test cases + - run: npx ipfs-interop -- -t node --grep '^(?!.*(js\d? -> js\d?|js-js-js))' env: LIBP2P_TCP_REUSEPORT: false LIBP2P_ALLOW_WEAK_RSA_KEYS: 1