We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27353c commit b1462fbCopy full SHA for b1462fb
test/sys/test_socket.rs
@@ -1590,10 +1590,7 @@ fn test_recvmsg_timestampns() {
1590
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
1591
// support is suspected.
1592
#[cfg_attr(any(not(any(target_arch = "x86_64")), any(target_env = "musl")), ignore)]
1593
-#[cfg(all(target_os = "linux", any(
1594
- target_arch = "x86_64",
1595
- target_arch = "aarch64",
1596
- ), not(target_env = "musl")))]
+#[cfg(all(target_os = "linux"))]
1597
#[test]
1598
fn test_recvmmsg_timestampns() {
1599
use nix::sys::socket::*;
0 commit comments