Skip to content

Commit

Permalink
test(s2n-quic-core): switch solver to CaDiCaL for `weighted_average_t…
Browse files Browse the repository at this point in the history
…est` (#2142)
  • Loading branch information
adpaco-aws authored Mar 5, 2024
1 parent d103836 commit 670b7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-core/src/recovery/rtt_estimator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ mod test {
}

#[test]
#[cfg_attr(kani, kani::proof, kani::unwind(3), kani::solver(kissat))]
#[cfg_attr(kani, kani::proof, kani::unwind(3), kani::solver(cadical))]
#[cfg_attr(miri, ignore)] // This test is too expensive for miri to complete in a reasonable amount of time
fn weighted_average_test() {
bolero::check!()
Expand Down

0 comments on commit 670b7ad

Please sign in to comment.