We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ec7ad commit 47d5eb9Copy full SHA for 47d5eb9
1 file changed
.test_patterns.yml
@@ -349,6 +349,15 @@ tests:
349
owners:
350
- *adam
351
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
+
361
- regex: "cd l1-contracts && forge test"
362
error_regex: "Encountered 1 failing test in test/staking_asset_handler/claim.t.sol:ClaimTest"
363
0 commit comments