Ignore another test involving failure on windows
This commit is contained in:
parent
eb8995e2fa
commit
35affdfa61
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ fn ignored_tests_result_in_ignored() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore(cfg(target_os = "win32"))]
|
||||
fn test_should_fail() {
|
||||
fn f() { fail; }
|
||||
let desc = {name: "whatever", fn: f, ignore: false, should_fail: true};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue