From 40962ef6fcbe2db74b95786a7970baf6cf4307ff Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:57:43 -0800 Subject: [PATCH] chore(hive): remove engine-withdrawals from ignored tests (#22625) Co-authored-by: Amp Co-authored-by: Matthias Seitz --- .github/scripts/hive/ignored_tests.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/scripts/hive/ignored_tests.yaml b/.github/scripts/hive/ignored_tests.yaml index 13de9552de..08451ac4bf 100644 --- a/.github/scripts/hive/ignored_tests.yaml +++ b/.github/scripts/hive/ignored_tests.yaml @@ -11,17 +11,6 @@ # # When a test should no longer be ignored, remove it from this list. -# flaky -engine-withdrawals: - - Withdrawals Fork on Block 1 - 8 Block Re-Org NewPayload (Paris) (reth) - - Withdrawals Fork on Block 8 - 10 Block Re-Org NewPayload (Paris) (reth) - - Withdrawals Fork on Canonical Block 8 / Side Block 7 - 10 Block Re-Org (Paris) (reth) - # P2P sync timing issue in hive Docker environment: secondary client returns SYNCING but - # peer discovery/connection doesn't complete within the timeout when running with - # --sim.parallelism 16. Not a correctness bug, purely a CI timing issue. - - Sync after 2 blocks - Withdrawals on Block 2 - Multiple Withdrawal Accounts (Paris) (reth) - - Sync after 2 blocks - Withdrawals on Block 2 - Multiple Withdrawal Accounts - No Transactions (Paris) (reth) - - Sync after 128 blocks - Withdrawals on Block 2 - Multiple Withdrawal Accounts (Paris) (reth) engine-cancun: - Transaction Re-Org, New Payload on Revert Back (Cancun) (reth) - Transaction Re-Org, Re-Org to Different Block (Cancun) (reth)