Skip to content

Commit 86acc9b

Browse files
committed
test: mark fee_settings.test.ts teardown segfault as flake
1 parent 8caa1d3 commit 86acc9b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.test_patterns.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,14 @@ tests:
350350
owners:
351351
- *alex
352352

353+
# http://ci.aztec-labs.com/14142e6c59162a95
354+
# Sequencer.stop awaits pending L1 publish (interrupted), then prover-node tries to use
355+
# an already-stopped worldstate fork — native worldstate code segfaults the jest process.
356+
- regex: "yarn-project/end-to-end/scripts/run_test.sh simple src/e2e_fees/fee_settings.test.ts"
357+
error_regex: "Segmentation fault.*core dumped|code: 139"
358+
owners:
359+
- *alex
360+
353361
- regex: "yarn-project/end-to-end/scripts/run_test.sh compose src/composed/docs_examples.test.ts"
354362
error_regex: "maxFeesPerGas.feePerL2Gas must be greater than or equal to gasFees.feePerL2Gas,"
355363
owners:

0 commit comments

Comments
 (0)