Skip to content

Commit c302fdd

Browse files
authored
chore: noir test flake addition (#13663)
1 parent ff29d86 commit c302fdd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.test_patterns.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ tests:
7474
owners:
7575
- *charlie
7676

77+
# AD: hit this flake
78+
# 18:04:38 thread 'arb_program_freqs_in_expected_range' panicked at tooling/ast_fuzzer/tests/calibration.rs:75:5:
79+
# 18:04:38 Brillig loops: 11
80+
# 18:04:38 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
81+
- regex: "noir/scripts/run_test.sh calibration.* arb_program_freqs_in_expected_range"
82+
error_regex: "panicked at tooling/ast_fuzzer/tests/calibration.rs"
83+
owners:
84+
- *tom
85+
7786
# e2e tests
7887
- regex: "simple e2e_p2p"
7988
error_regex: "could not listen on any available address"

0 commit comments

Comments
 (0)