Skip to content

Commit

Permalink
Run tests under qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed Jul 21, 2024
1 parent efeac24 commit 3c1eed7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/sys/test_socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,6 @@ fn test_recvmsg_rxq_ovfl() {

#[cfg(target_os = "linux")]
#[cfg(feature = "net")]
#[cfg_attr(qemu, ignore)]
#[test]
pub fn test_ip_tos_udp() {
use nix::sys::socket::ControlMessageOwned;
Expand Down Expand Up @@ -2649,7 +2648,6 @@ pub fn test_ip_tos_udp() {

#[cfg(target_os = "linux")]
#[cfg(feature = "net")]
#[cfg_attr(qemu, ignore)]
#[test]
pub fn test_ipv6_tclass_udp() {
use nix::sys::socket::ControlMessageOwned;
Expand Down

0 comments on commit 3c1eed7

Please sign in to comment.