From f285cd2b9ff0313316ad48711706dc93d5103de5 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 17 Apr 2025 15:19:08 -0400 Subject: [PATCH] chore: noir test flake addition --- .test_patterns.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.test_patterns.yml b/.test_patterns.yml index be00fbb78461..9e9c0fee11fc 100644 --- a/.test_patterns.yml +++ b/.test_patterns.yml @@ -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"