Skip to content

Commit

Permalink
disable a flaky test on aarch64
Browse files Browse the repository at this point in the history
See #1744 for more details
  • Loading branch information
pacak committed Oct 14, 2022
1 parent 19c83af commit 28d9e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/socket/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ mod test {
}
}

#[cfg(not(qemu))]
#[cfg(not(any(qemu, target_arch = "aarch64")))]
assert!(saw_time);

for iov in rmsg.iovs() {
Expand Down

0 comments on commit 28d9e24

Please sign in to comment.