Ignore test exclusive_unwrap_conflict. #4689
This commit is contained in:
parent
e08a805b30
commit
8dfab498ef
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ pub mod tests {
|
|||
res.recv();
|
||||
}
|
||||
|
||||
#[test] #[should_fail] #[ignore(cfg(windows))]
|
||||
#[test] #[should_fail] #[ignore(reason = "random red")]
|
||||
pub fn exclusive_unwrap_conflict() {
|
||||
let x = exclusive(~~"hello");
|
||||
let x2 = ~mut Some(x.clone());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue