Skip to content

Commit

Permalink
Temporarily disable flaky fairness2 test with sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 31, 2024
1 parent 2c99d4b commit abf24e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crossbeam-channel/tests/select_macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ fn fairness1() {
assert!(hits.iter().all(|x| *x >= COUNT / hits.len() / 2));
}

#[cfg_attr(crossbeam_sanitize, ignore)] // TODO: flaky: https://github.com/crossbeam-rs/crossbeam/issues/1094
#[test]
fn fairness2() {
#[cfg(miri)]
Expand Down

0 comments on commit abf24e1

Please sign in to comment.