Skip to content

Commit 439b930

Browse files
committed
Reenable test_sigwait on OSX
It was disabled long ago and nobody remembered to reenable it. I'm guessing it's fixed by now.
1 parent 719a040 commit 439b930

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sys/signal.rs

-2
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,6 @@ mod tests {
991991
}).join().unwrap();
992992
}
993993

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

0 commit comments

Comments
 (0)