Skip to content
Draft
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
9 changes: 9 additions & 0 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,12 @@ tests:
error_regex: "✕ verifies transactions at 10 TPS"
owners:
- *phil

# http://ci.aztec-labs.com/4890aba571900836
# Recently added; `warpToSlotBeforeTargetProposer` flakes on the merge train (small epoch
# plus 2-slot buffer leaves 1–2 probed slots per attempt, so the 20-attempt budget can
# exhaust before the 6-validator committee rotates the target into a reachable slot).
# Until the helper is widened to span multiple epochs, treat any failure of this test as a flake.
- regex: "src/e2e_p2p/sentinel_status_slash.parallel.test.ts"
owners:
- *phil
Loading