From 78bec44912790ea8fe35383ea2f29983e36e4557 Mon Sep 17 00:00:00 2001 From: just-mitch <68168980+just-mitch@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:12:13 -0500 Subject: [PATCH] chore: disable reorg test (#11176) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19d5d3b2bff..746dcf7fbc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -418,10 +418,10 @@ jobs: fail-fast: false matrix: config: - - test: reorg.test.ts - values: ci - runner_type: 16core-tester-x86-high-memory - timeout: 60 + # - test: reorg.test.ts + # values: ci + # runner_type: 16core-tester-x86-high-memory + # timeout: 60 - test: 4epochs.test.ts values: ci runner_type: 16core-tester-x86