std: Ignore a test on windows
This test is known to fail on windows.
This commit is contained in:
parent
7ed4660a51
commit
16ff1401d8
@ -1552,6 +1552,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
fn unlink_readonly() {
|
||||
let tmpdir = tmpdir();
|
||||
let path = tmpdir.join("file");
|
||||
|
Loading…
Reference in New Issue
Block a user