Commit 2660bb5d authored by Steven Allen's avatar Steven Allen

test(interop): allow weak keys

parent f7584ced
...@@ -144,8 +144,6 @@ jobs: ...@@ -144,8 +144,6 @@ jobs:
- *store_gomod - *store_gomod
interop: interop:
executor: node executor: node
environment:
IPFS_GO_EXEC: /tmp/circleci-workspace/bin/ipfs
parallelism: 4 parallelism: 4
steps: steps:
- *make_out_dirs - *make_out_dirs
...@@ -169,6 +167,11 @@ jobs: ...@@ -169,6 +167,11 @@ jobs:
key: v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }} key: v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
paths: paths:
- ~/ipfs/go-ipfs/interop/node_modules - ~/ipfs/go-ipfs/interop/node_modules
- run:
name: Installing js-ipfs
command: |
npm install ipfs
working_directory: ~/ipfs/go-ipfs/interop
- run: - run:
name: Installing reporting tools name: Installing reporting tools
command: | command: |
...@@ -185,6 +188,8 @@ jobs: ...@@ -185,6 +188,8 @@ jobs:
working_directory: ~/ipfs/go-ipfs/interop working_directory: ~/ipfs/go-ipfs/interop
environment: environment:
IPFS_REUSEPORT: false IPFS_REUSEPORT: false
LIBP2P_ALLOW_WEAK_RSA_KEYS: true
IPFS_GO_EXEC: /tmp/circleci-workspace/bin/ipfs
- store_test_results: - store_test_results:
path: /tmp/test-results path: /tmp/test-results
go-ipfs-api: go-ipfs-api:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment