diff --git a/tests/integration.rs b/tests/integration.rs index ceba84961..27459d12c 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6646,6 +6646,7 @@ mod common_parallel { #[test] #[cfg(target_arch = "x86_64")] + #[ignore = "See #5756"] fn test_vdpa_net() { // Before trying to run the test, verify the vdpa_sim_net module is correctly loaded. if !exec_host_command_status("lsmod | grep vdpa_sim_net").success() {