We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caa1d3 commit 86acc9bCopy full SHA for 86acc9b
1 file changed
.test_patterns.yml
@@ -350,6 +350,14 @@ tests:
350
owners:
351
- *alex
352
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
+
361
- regex: "yarn-project/end-to-end/scripts/run_test.sh compose src/composed/docs_examples.test.ts"
362
error_regex: "maxFeesPerGas.feePerL2Gas must be greater than or equal to gasFees.feePerL2Gas,"
363
0 commit comments