Skip to content

Commit 8dfab49

Browse files
committed
Ignore test exclusive_unwrap_conflict. #4689
1 parent e08a805 commit 8dfab49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/private.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ pub mod tests {
486486
res.recv();
487487
}
488488
489-
#[test] #[should_fail] #[ignore(cfg(windows))]
489+
#[test] #[should_fail] #[ignore(reason = "random red")]
490490
pub fn exclusive_unwrap_conflict() {
491491
let x = exclusive(~~"hello");
492492
let x2 = ~mut Some(x.clone());

0 commit comments

Comments
 (0)