File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1538,7 +1538,7 @@ pub fn test_vsock() {
1538
1538
1539
1539
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
1540
1540
// 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) ]
1542
1542
#[ cfg( all( target_os = "linux" ) ) ]
1543
1543
#[ test]
1544
1544
fn test_recvmsg_timestampns ( ) {
@@ -1589,7 +1589,7 @@ fn test_recvmsg_timestampns() {
1589
1589
1590
1590
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
1591
1591
// 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) ]
1593
1593
#[ cfg( all( target_os = "linux" ) ) ]
1594
1594
#[ test]
1595
1595
fn test_recvmmsg_timestampns ( ) {
You can’t perform that action at this time.
0 commit comments