Skip to content

Commit

Permalink
Merge pull request #208 from dtolnay/oncecell
Browse files Browse the repository at this point in the history
Disable test of tracing attrs on miri due to once_cell
  • Loading branch information
dtolnay committed Jul 1, 2022
2 parents 3947859 + fc593f4 commit d0a7da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ pub mod issue45 {
}

#[test]
#[cfg_attr(miri, ignore)] // https://github.com/matklad/once_cell/pull/185
fn tracing() {
// Create the future outside of the subscriber, as no call to tracing
// should be made until the future is polled.
Expand Down

0 comments on commit d0a7da0

Please sign in to comment.