Skip to content

Commit

Permalink
fix(ci): disable LIBP2P_RCMGR during ci e2e tests
Browse files Browse the repository at this point in the history
e2e was failing because of runtime resource manager checks we disabled
since -rc1: ipfs/kubo#8965
  • Loading branch information
lidel committed Jun 6, 2022
1 parent 9bbf3ea commit f4516ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
XDG_CACHE_HOME: ${{ github.workspace }}/.cache
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
LIBP2P_RCMGR: 0 # fix for https://github.com/ipfs/go-ipfs/issues/8949 until final 0.13 ships

jobs:

Expand Down

0 comments on commit f4516ab

Please sign in to comment.