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
8 changes: 8 additions & 0 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,14 @@ tests:
owners:
- *phil

# Temporarily skip: fails consistently with app_logic_reverted when calling a contract deployed
# in a previous block within the same slot. Fails both retry attempts so blanket flake pattern
# doesn't catch it (flake_group only handles fail-then-pass, not fail-then-fail).
- regex: "epochs_mbps.parallel.test.ts.*deploys a contract and calls it in separate blocks"
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
Expand Down
Loading