We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38271a commit 103dc95Copy full SHA for 103dc95
1 file changed
.test_patterns.yml
@@ -275,6 +275,13 @@ tests:
275
owners:
276
- *sean
277
278
+ # Asserts all late txs land in the checkpoint's last block, but the proposer seals the last block as
279
+ # soon as one tx is available and snapshots the mempool, so late txs still propagating over gossip
280
+ # spill into the next checkpoint. Flaky until the sequencer waits for the last block's tx window.
281
+ - regex: "src/e2e_epochs/epochs_mbps_redistribution.test.ts"
282
+ owners:
283
+ - *phil
284
+
285
# Blanket flake patterns for unstable p2p, epoch, and l1 tx utils tests
286
# This is a temporary measure while team bandwidth is constrained
287
# Replaced many specific patterns - see https://github.com/AztecProtocol/aztec-packages/pull/17962 for historical context
0 commit comments