Skip to content

Commit

Permalink
chore: disable failing 48validator kind test (#9920)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Nov 15, 2024
1 parent 44ea5fb commit 10c64fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ jobs:
with: { ref: "${{ env.GIT_COMMIT }}" }
- uses: ./.github/ci-setup-action
with:
concurrency_key: kind-network-test-${{ matrix.test }}
concurrency_key: kind-smoke-test
- name: Setup and KIND Network Test
timeout-minutes: 60
uses: ./.github/ensure-tester-with-images
Expand Down Expand Up @@ -700,9 +700,11 @@ jobs:
values: 16-validators
runner_type: 16core-tester-x86
timeout: 60
- test: transfer.test.ts
values: 48-validators
runner_type: 32core-tester-x86
# TODO: Enable this once stable
# - test: transfer.test.ts
# values: 48-validators
# runner_type: 32core-tester-x86
# timeout: 90
- test: reorg.test.ts
values: 16-validators
runner_type: 16core-tester-x86-high-memory
Expand Down

0 comments on commit 10c64fc

Please sign in to comment.