From 10c64fccae2205a0cfde3162b96ceca57aa5a177 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 15 Nov 2024 17:25:47 +0700 Subject: [PATCH] chore: disable failing 48validator kind test (#9920) --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 493eb9adfd0..d5fd22cb942 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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