ci: ignore js-js interop test cases

This commit is contained in:
galargh 2023-03-30 19:28:46 +02:00 committed by Henrique Dias
parent a09c8df24d
commit 95dd93b243

View File

@ -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