From b51dfec09c06724854807fa4962d8d3ec84850a2 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 15 Jun 2026 22:19:33 -0700 Subject: [PATCH] tests: re-enable some MSHV tests Signed-off-by: Wei Liu --- cloud-hypervisor/tests/integration.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cloud-hypervisor/tests/integration.rs b/cloud-hypervisor/tests/integration.rs index 85d168479..acf37c505 100644 --- a/cloud-hypervisor/tests/integration.rs +++ b/cloud-hypervisor/tests/integration.rs @@ -254,7 +254,6 @@ mod common_parallel { } #[test] - #[cfg(not(feature = "mshv"))] // See #7456 fn test_user_defined_memory_regions() { let disk_config = UbuntuDiskConfig::new(JAMMY_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(disk_config)); @@ -334,7 +333,6 @@ mod common_parallel { } #[test] - #[cfg(not(feature = "mshv"))] // See #7456 fn test_guest_numa_nodes() { _test_guest_numa_nodes(false); } @@ -3110,7 +3108,6 @@ mod common_parallel { } #[test] - #[cfg(not(feature = "mshv"))] // See #7456 fn test_virtio_mem() { let disk_config = UbuntuDiskConfig::new(JAMMY_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(disk_config)); @@ -5119,7 +5116,6 @@ mod common_parallel { } #[test] - #[cfg(not(feature = "mshv"))] // See #7456 fn test_virtio_balloon_free_page_reporting() { let disk_config = UbuntuDiskConfig::new(JAMMY_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(disk_config));