Skip to content

Commit f648de7

Browse files
committed
Ignore a should_fail test on windows
1 parent 5c0206a commit f648de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/io.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,7 @@ mod tests {
12031203

12041204
#[test]
12051205
#[should_fail]
1206+
#[ignore(cfg(windows))]
12061207
fn test_read_buffer_too_small() {
12071208
let path = &Path("tmp/lib-io-test-read-buffer-too-small.tmp");
12081209
// ensure the file exists

0 commit comments

Comments
 (0)