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 16e54fd commit 26a7c6d
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 26a7c6d

Please sign in to comment.