Skip to content

Commit 24dac6c

Browse files
committed
disable create_dir_all_bare on all(miri, windows)
1 parent a8a88fe commit 24dac6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/tests/create_dir_all_bare.rs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ impl Drop for CurrentDir {
3131
}
3232

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

0 commit comments

Comments
 (0)