Skip to content

Commit 16ff140

Browse files
committed
std: Ignore a test on windows
This test is known to fail on windows.
1 parent 7ed4660 commit 16ff140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/fs/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,6 +1552,7 @@ mod tests {
15521552
}
15531553

15541554
#[test]
1555+
#[cfg(not(windows))]
15551556
fn unlink_readonly() {
15561557
let tmpdir = tmpdir();
15571558
let path = tmpdir.join("file");

0 commit comments

Comments
 (0)