Skip to content

Commit

Permalink
Fix miri test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 29, 2022
1 parent 309c012 commit 0fa3648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crossbeam-channel/tests/ready.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ fn default_when_disconnected() {
}

#[test]
#[cfg_attr(miri, ignore)] // this test makes timing assumptions, but Miri is so slow it violates them
fn default_only() {
let start = Instant::now();

Expand Down

0 comments on commit 0fa3648

Please sign in to comment.