From df101dcda365e421adb5842729fc8ab5b3dc200e Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 21 Apr 2026 18:11:08 +0000 Subject: [PATCH] chore(ci): skip slow multi-block pipelining invalidate test --- .test_patterns.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.test_patterns.yml b/.test_patterns.yml index 5a334cd586c6..146a2bb6f6e7 100644 --- a/.test_patterns.yml +++ b/.test_patterns.yml @@ -260,6 +260,14 @@ tests: owners: - *sean + # Multi-block + pipelining + bundled invalidate-and-propose scenario added in #22586. + # The test exhausts the per-test 600s docker budget on merge-train CI runners, so both + # the initial attempt and the engine retry get killed before completion. + - regex: "epochs_invalidate_block.parallel.test.ts.*proposer invalidates previous checkpoint with multiple blocks while posting its own" + skip: true + owners: + - *palla + # Blanket flake patterns for unstable p2p, epoch, and l1 tx utils tests # This is a temporary measure while team bandwidth is constrained # Replaced many specific patterns - see https://github.com/AztecProtocol/aztec-packages/pull/17962 for historical context