Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,13 @@ tests:
owners:
- *sean

# Flaky — tx propagation timing can cause checkpoint 1 to get fewer blocks than expected,
# shifting block distribution so no checkpoint reaches the 12-block threshold
- regex: "epochs_mbps.pipeline.parallel.test.ts.*pipelining builds blocks"
error_regex: "expect.*toBeDefined"
owners:
- *sean

# 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
Expand Down
Loading