Skip to content

Commit

Permalink
Disable ospect::os::fqdn test on macOS (#58).
Browse files Browse the repository at this point in the history
  • Loading branch information
panhania committed Oct 24, 2023
1 parent d5e2426 commit 8a39ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ospect/src/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ mod tests {
}

#[test]
// TODO(#58): `ospect::os::fqdn` is broken on macOS.
#[cfg_attr(target_os = "macos", ignore)]
fn fqdn_not_empty() {
assert!(!fqdn().unwrap().is_empty());
}
Expand Down

0 comments on commit 8a39ed1

Please sign in to comment.