Ignore two failure tests on windows
This commit is contained in:
parent
9f290b5669
commit
917ee7e5b1
@ -2983,6 +2983,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore(cfg(windows))]
|
||||
#[should_fail]
|
||||
fn test_insert_oob() {
|
||||
let mut a = ~[1, 2, 3];
|
||||
@ -3005,6 +3006,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore(cfg(windows))]
|
||||
#[should_fail]
|
||||
fn test_remove_oob() {
|
||||
let mut a = ~[1, 2, 3];
|
||||
|
Loading…
Reference in New Issue
Block a user