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

# PXE anchor pinned at genesis while node's world state advances past genesis produces stale
# public-data-tree witnesses and fails private-kernel proving with "Proving public value inclusion
# failed". PR #22679 partially addressed the native C++ revision semantics but the TS short-circuit
# in AztecNodeService.getWorldState still returns getCommitted() (latest tip) instead of a view
# pinned to the initial header, so the race is still reproducible on merge-train/spartan.
# Tracked as a follow-up to PR #22679.
- regex: "src/e2e_p2p/preferred_gossip_network.test.ts"
skip: true
owners:
- *palla
- *phil

- regex: "src/e2e_epochs/.*\\.test\\.ts"
flake_group_id: e2e-p2p-epoch-flakes
owners:
Expand Down
Loading