Skip to content

Commit

Permalink
Include musl in timestampns test
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSaGaN committed Apr 7, 2021
1 parent b1462fb commit 8a00113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sys/test_socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ pub fn test_vsock() {

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

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

0 comments on commit 8a00113

Please sign in to comment.