Ignore a should_fail test on windows
This commit is contained in:
parent
5c0206a1e4
commit
f648de74a5
1 changed files with 1 additions and 0 deletions
|
@ -1203,6 +1203,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(windows))]
|
||||
fn test_read_buffer_too_small() {
|
||||
let path = &Path("tmp/lib-io-test-read-buffer-too-small.tmp");
|
||||
// ensure the file exists
|
||||
|
|
Loading…
Add table
Reference in a new issue