Skip to content

Commit 5ec3e1d

Browse files
committed
Fix test for timestampns
1 parent 0d4d36f commit 5ec3e1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/sys/test_socket.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,6 @@ pub fn test_vsock() {
15401540
// support is suspected.
15411541
#[cfg_attr(any(not(any(target_arch = "x86_64")), any(target_env = "musl")), ignore)]
15421542
#[cfg(all(target_os = "linux", any(
1543-
target_arch = "x86",
15441543
target_arch = "x86_64",
15451544
target_arch = "aarch64",
15461545
), not(target_env = "musl")))]
@@ -1595,7 +1594,6 @@ fn test_recvmsg_timestampns() {
15951594
// support is suspected.
15961595
#[cfg_attr(any(not(any(target_arch = "x86_64")), any(target_env = "musl")), ignore)]
15971596
#[cfg(all(target_os = "linux", any(
1598-
target_arch = "x86",
15991597
target_arch = "x86_64",
16001598
target_arch = "aarch64",
16011599
), not(target_env = "musl")))]

0 commit comments

Comments
 (0)