Skip to content

Commit

Permalink
Reenable test_sigwait on OSX
Browse files Browse the repository at this point in the history
It was disabled long ago and nobody remembered to reenable it.  I'm
guessing it's fixed by now.
  • Loading branch information
asomers committed Mar 4, 2019
1 parent 719a040 commit 439b930
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sys/signal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,6 @@ mod tests {
}).join().unwrap();
}

// TODO(#251): Re-enable after figuring out flakiness.
#[cfg(not(any(target_os = "macos", target_os = "ios")))]
#[test]
fn test_sigwait() {
thread::spawn(|| {
Expand Down

0 comments on commit 439b930

Please sign in to comment.