Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ tests:
owners:
- *charlie

# AD: hit this flake
# 18:04:38 thread 'arb_program_freqs_in_expected_range' panicked at tooling/ast_fuzzer/tests/calibration.rs:75:5:
# 18:04:38 Brillig loops: 11
# 18:04:38 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- regex: "noir/scripts/run_test.sh calibration.* arb_program_freqs_in_expected_range"
error_regex: "panicked at tooling/ast_fuzzer/tests/calibration.rs"
owners:
- *tom

# e2e tests
- regex: "simple e2e_p2p"
error_regex: "could not listen on any available address"
Expand Down