std: Ignore a test on windows
This test is known to fail on windows.
This commit is contained in:
parent
7ed4660a51
commit
16ff1401d8
1 changed files with 1 additions and 0 deletions
|
@ -1552,6 +1552,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(windows))]
|
||||||
fn unlink_readonly() {
|
fn unlink_readonly() {
|
||||||
let tmpdir = tmpdir();
|
let tmpdir = tmpdir();
|
||||||
let path = tmpdir.join("file");
|
let path = tmpdir.join("file");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue