Skip to content

Commit

Permalink
Disabled test_std_file in miri as it uses tempfile which is not sup…
Browse files Browse the repository at this point in the history
…ported
  • Loading branch information
Victor Koenders committed May 1, 2024
1 parent b2eceae commit a62b446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fn test_std_cursor() {
}

#[test]
#[cfg_attr(miri, ignore)] // miri does not like `tempfile`
fn test_std_file() {
let mut file = tempfile::tempfile().expect("Could not create temp file");

Expand Down

0 comments on commit a62b446

Please sign in to comment.