@cryptotaxi247 / kubo / commits / 95dd93b24

ci: ignore js-js interop test cases

galargh committed Mar 30, 2023 at 19:28 UTC 95dd93b24370168f9538cb9c5b65b39e463c752c
1 file changed +2 -1
.github/workflows/build.yml
+2 -1
@@ -74,7 +74,8 @@ jobs:
74 npm install kubo-rpc-client@^3.0.1
75 npm install ipfs-interop@^10.0.1
76 working-directory: interop
77 - - run: npx ipfs-interop -- -t node
77 + # Run the interop tests while ignoring the js-js interop test cases
78 + - run: npx ipfs-interop -- -t node --grep '^(?!.*(js\d? -> js\d?|js-js-js))'
79 env:
80 LIBP2P_TCP_REUSEPORT: false
81 LIBP2P_ALLOW_WEAK_RSA_KEYS: 1