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( all ( not( any( target_arch = "x86_64" ) ) , any( target_env = "musl" ) ) , ignore) ]
1541
+ #[ cfg_attr( any ( not( any( target_arch = "x86_64" ) ) , any( target_env = "musl" ) ) , ignore) ]
1542
1542
#[ cfg( all( target_os = "linux" , any(
1543
1543
target_arch = "x86" ,
1544
1544
target_arch = "x86_64" ,
@@ -1593,7 +1593,7 @@ fn test_recvmsg_timestampns() {
1593
1593
1594
1594
// Disable the test on emulated platforms because it fails in Cirrus-CI. Lack of QEMU
1595
1595
// support is suspected.
1596
- #[ cfg_attr( all ( not( any( target_arch = "x86_64" ) ) , any( target_env = "musl" ) ) , ignore) ]
1596
+ #[ cfg_attr( any ( not( any( target_arch = "x86_64" ) ) , any( target_env = "musl" ) ) , ignore) ]
1597
1597
#[ cfg( all( target_os = "linux" , any(
1598
1598
target_arch = "x86" ,
1599
1599
target_arch = "x86_64" ,
You can’t perform that action at this time.
0 commit comments