Skip to content

Commit

Permalink
Disable the multi client test
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Aug 16, 2023
1 parent 5e1254c commit 3e187ae
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
debug:
description: Runtime DEBUG value
required: false
default: ''
default: ""

env:
GETH_DOCKER_IMAGE: ethereum/client-go:v1.11.6
Expand Down Expand Up @@ -56,10 +56,6 @@ jobs:
run: DEBUG='${{github.event.inputs.debug}}' yarn test:sim:multifork
working-directory: packages/cli

- name: Sim tests multi client
run: DEBUG='${{github.event.inputs.debug}}' yarn test:sim:multiclient
working-directory: packages/cli

- name: Sim tests endpoints
run: yarn test:sim:endpoints
working-directory: packages/cli
Expand All @@ -72,6 +68,12 @@ jobs:
run: yarn test:sim:backup_eth_provider
working-directory: packages/cli

# Enable these tests after fixing the following issue
# https://github.com/ChainSafe/lodestar/issues/5553
# - name: Sim tests multi client
# run: DEBUG='${{github.event.inputs.debug}}' yarn test:sim:multiclient
# working-directory: packages/cli

- name: Upload debug log test files for "packages/cli"
if: ${{ always() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3e187ae

Please sign in to comment.