Ignore a should_fail test on windows
This commit is contained in:
parent
9b2d988df0
commit
1eae49748d
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ fn test_times() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[should_fail]
|
#[should_fail]
|
||||||
|
#[ignore(cfg(windows))]
|
||||||
fn test_times_negative() {
|
fn test_times_negative() {
|
||||||
for (-10).times { log(error, "nope!"); }
|
for (-10).times { log(error, "nope!"); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue