Skip to content

Commit 47d5eb9

Browse files
authored
chore(ci): tolerate public authwit P2P receipt flake (AztecProtocol#23648)
1 parent c0ec7ad commit 47d5eb9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.test_patterns.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,15 @@ tests:
349349
owners:
350350
- *adam
351351

352+
# http://ci.aztec-labs.com/93754bdf832ef9bd
353+
# P2P receipt race in the compose CLI-wallet flow: the account deployment tx
354+
# can be reported as dropped after the 5s grace window before inclusion is
355+
# visible to the queried node.
356+
- regex: "yarn-project/end-to-end/scripts/run_test.sh compose ../cli-wallet/test/flows/public_authwit_transfer.sh"
357+
error_regex: "Transaction .* was dropped\\. Reason: Tx dropped by P2P node"
358+
owners:
359+
- *palla
360+
352361
- regex: "cd l1-contracts && forge test"
353362
error_regex: "Encountered 1 failing test in test/staking_asset_handler/claim.t.sol:ClaimTest"
354363
owners:

0 commit comments

Comments
 (0)