Skip to content

Commit

Permalink
chore: re-enable test_socket_pair on FreeBSD (#3844)
Browse files Browse the repository at this point in the history
It was disabled due to an OS bug that has been fixed on all currently
supported releases of FreeBSD
  • Loading branch information
asomers committed Jun 14, 2021
1 parent f55b77a commit 2c24a02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tokio/tests/uds_cred.rs
Expand Up @@ -8,10 +8,6 @@ use libc::getegid;
use libc::geteuid;

#[tokio::test]
#[cfg_attr(
target_os = "freebsd",
ignore = "Requires FreeBSD 12.0 or later. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=176419"
)]
#[cfg_attr(
target_os = "netbsd",
ignore = "NetBSD does not support getpeereid() for sockets created by socketpair()"
Expand Down

0 comments on commit 2c24a02

Please sign in to comment.