Skip to content

Commit b1462fb

Browse files
committed
Fix timestampns test
1 parent e27353c commit b1462fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/sys/test_socket.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,10 +1590,7 @@ fn test_recvmsg_timestampns() {
15901590
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
15911591
// support is suspected.
15921592
#[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")))]
1593+
#[cfg(all(target_os = "linux"))]
15971594
#[test]
15981595
fn test_recvmmsg_timestampns() {
15991596
use nix::sys::socket::*;

0 commit comments

Comments
 (0)