Ignore a should_fail test on windows
This commit is contained in:
@@ -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!"); }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user