diff --git a/tests/integration.rs b/tests/integration.rs index 1028ae9b9..4dfc81eca 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -5199,6 +5199,7 @@ mod common_parallel { } #[test] + #[cfg(not(feature = "mshv"))] fn test_virtio_balloon_free_page_reporting() { let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(focal));