Skip to content

Commit

Permalink
Ignore receiver_waker_size test since it's unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Feb 1, 2025
1 parent c0b19d9 commit 46bbcbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@ impl ReceiverWaker {

#[cfg(not(oneshot_loom))]
#[test]
#[ignore = "Unstable test. Different Rust versions have different sizes for Thread"]
fn receiver_waker_size() {
let expected: usize = match (cfg!(feature = "std"), cfg!(feature = "async")) {
(false, false) => 0,
Expand Down

0 comments on commit 46bbcbf

Please sign in to comment.