Skip to content

Commit 35affdf

Browse files
committed
Ignore another test involving failure on windows
1 parent eb8995e commit 35affdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/stdtest/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fn ignored_tests_result_in_ignored() {
2222
}
2323

2424
#[test]
25+
#[ignore(cfg(target_os = "win32"))]
2526
fn test_should_fail() {
2627
fn f() { fail; }
2728
let desc = {name: "whatever", fn: f, ignore: false, should_fail: true};

0 commit comments

Comments
 (0)