From b05c120b7ff029f5b70fed0a294b180ad5da5a15 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 19 May 2026 18:35:03 +0000 Subject: [PATCH] test(ci): mark e2e_expiration_timestamp invalidates-setup race as flake --- .test_patterns.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.test_patterns.yml b/.test_patterns.yml index e3743de0d2d1..22580c11ee7e 100644 --- a/.test_patterns.yml +++ b/.test_patterns.yml @@ -141,6 +141,16 @@ tests: error_regex: "Anvil failed to stop in time|Cannot read properties of undefined" owners: - *palla + # Under proposer pipelining the latest block can briefly disappear between the + # describe-level beforeEach and runInvalidatesTest's own getBlockData('latest') + # call (likely an archiver reorg window after the prior test's L1 warp), so the + # second fetch returns undefined and the test throws before doing any real work. + # Migrated to pipelining in #23275; flake surfaced on the merge-train/spartan + # queue (http://ci.aztec-labs.com/a8a7ea45ecd3fe2b). + - regex: "src/e2e_expiration_timestamp.test.ts" + error_regex: "Block header not found in invalidates-the-transaction setup" + owners: + - *palla # yarn-project tests # Attempt to catch all kv-store browser test failures (consider them quarantined for now)