We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff29d86 commit c302fddCopy full SHA for c302fdd
.test_patterns.yml
@@ -74,6 +74,15 @@ tests:
74
owners:
75
- *charlie
76
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
+
86
# e2e tests
87
- regex: "simple e2e_p2p"
88
error_regex: "could not listen on any available address"
0 commit comments