Skip to content

Commit fe44086

Browse files
committed
Disable tests for IoService on macos
1 parent daa0c3f commit fe44086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/io/src/service.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,8 @@ where
508508
}
509509
}
510510

511-
#[cfg(test)]
511+
// TODO: Test fails on macos >= 10.14
512+
#[cfg(all(test, not(target_os = "macos")))]
512513
mod tests {
513514
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
514515

0 commit comments

Comments
 (0)