disable create_dir_all_bare on all(miri, windows)

This commit is contained in:
Ralf Jung 2024-04-15 10:15:14 +02:00
parent a8a88fe524
commit 24dac6cd45

View File

@ -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(), || {