Skip to content

Commit 4be001f

Browse files
committed
Temporarily disable flaky fairness2 test with sanitizers
#1094
1 parent dfd75b2 commit 4be001f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crossbeam-channel/tests/select_macro.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ fn fairness1() {
858858
assert!(hits.iter().all(|x| *x >= COUNT / hits.len() / 2));
859859
}
860860

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

0 commit comments

Comments
 (0)