Skip to content

Commit 8a00113

Browse files
committed
Include musl in timestampns test
1 parent b1462fb commit 8a00113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sys/test_socket.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ pub fn test_vsock() {
15381538

15391539
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
15401540
// support is suspected.
1541-
#[cfg_attr(any(not(any(target_arch = "x86_64")), any(target_env = "musl")), ignore)]
1541+
#[cfg_attr(not(any(target_arch = "x86_64")), ignore)]
15421542
#[cfg(all(target_os = "linux"))]
15431543
#[test]
15441544
fn test_recvmsg_timestampns() {
@@ -1589,7 +1589,7 @@ fn test_recvmsg_timestampns() {
15891589

15901590
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
15911591
// support is suspected.
1592-
#[cfg_attr(any(not(any(target_arch = "x86_64")), any(target_env = "musl")), ignore)]
1592+
#[cfg_attr(not(any(target_arch = "x86_64")), ignore)]
15931593
#[cfg(all(target_os = "linux"))]
15941594
#[test]
15951595
fn test_recvmmsg_timestampns() {

0 commit comments

Comments
 (0)