Skip to content

Commit

Permalink
disable create_dir_all_bare on all(miri, windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 15, 2024
1 parent a8a88fe commit 24dac6c
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 24dac6c

Please sign in to comment.