Rollup merge of #123957 - RalfJung:create_dir_all_bare, r=joboet
disable create_dir_all_bare test on all(miri, windows)
This commit is contained in:
commit
723c0e23bc
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ impl Drop for CurrentDir {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg_attr(all(miri, windows), ignore)] // File system access on Windows not supported by Miri
|
||||||
fn create_dir_all_bare() {
|
fn create_dir_all_bare() {
|
||||||
let tmpdir = common::tmpdir();
|
let tmpdir = common::tmpdir();
|
||||||
CurrentDir::with(tmpdir.path(), || {
|
CurrentDir::with(tmpdir.path(), || {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue