From 41298a971222df9af06f5f7144538d3e06b634bd Mon Sep 17 00:00:00 2001 From: Mitch Date: Fri, 10 Jan 2025 17:11:11 -0500 Subject: [PATCH] chore: disable reorg test --- .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