From 86acc9bd5c7e20c2f90ccaa8a0a838da59af31ca Mon Sep 17 00:00:00 2001 From: AztecBot Date: Mon, 18 May 2026 17:15:42 +0000 Subject: [PATCH] test: mark fee_settings.test.ts teardown segfault as flake --- .test_patterns.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.test_patterns.yml b/.test_patterns.yml index e3743de0d2d1..1027f2cc5b0e 100644 --- a/.test_patterns.yml +++ b/.test_patterns.yml @@ -350,6 +350,14 @@ tests: owners: - *alex + # http://ci.aztec-labs.com/14142e6c59162a95 + # Sequencer.stop awaits pending L1 publish (interrupted), then prover-node tries to use + # an already-stopped worldstate fork — native worldstate code segfaults the jest process. + - regex: "yarn-project/end-to-end/scripts/run_test.sh simple src/e2e_fees/fee_settings.test.ts" + error_regex: "Segmentation fault.*core dumped|code: 139" + owners: + - *alex + - regex: "yarn-project/end-to-end/scripts/run_test.sh compose src/composed/docs_examples.test.ts" error_regex: "maxFeesPerGas.feePerL2Gas must be greater than or equal to gasFees.feePerL2Gas," owners: