Skip to content

Commit

Permalink
Rollup merge of rust-lang#123957 - RalfJung:create_dir_all_bare, r=jo…
Browse files Browse the repository at this point in the history
…boet

disable create_dir_all_bare test on all(miri, windows)
  • Loading branch information
jieyouxu committed Apr 15, 2024
2 parents 4f3a39b + 24dac6c commit 723c0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/tests/create_dir_all_bare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ impl Drop for CurrentDir {
}

#[test]
#[cfg_attr(all(miri, windows), ignore)] // File system access on Windows not supported by Miri
fn create_dir_all_bare() {
let tmpdir = common::tmpdir();
CurrentDir::with(tmpdir.path(), || {
Expand Down

0 comments on commit 723c0e2

Please sign in to comment.