Skip to content

Commit 723c0e2

Browse files
authored
Rollup merge of #123957 - RalfJung:create_dir_all_bare, r=joboet
disable create_dir_all_bare test on all(miri, windows)
2 parents 4f3a39b + 24dac6c commit 723c0e2

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)