From dfcc02f54780e756083670c535ef2430e7d443fd Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 29 May 2026 20:43:53 -0700 Subject: [PATCH] tests: reenable TPM test for MSHV Signed-off-by: Wei Liu --- cloud-hypervisor/tests/integration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud-hypervisor/tests/integration.rs b/cloud-hypervisor/tests/integration.rs index c9520a2b9..f0f9e77eb 100644 --- a/cloud-hypervisor/tests/integration.rs +++ b/cloud-hypervisor/tests/integration.rs @@ -5907,7 +5907,6 @@ mod common_parallel { } #[test] - #[cfg(not(feature = "mshv"))] // See issue #7439 #[cfg(target_arch = "x86_64")] fn test_tpm() { let disk_config = UbuntuDiskConfig::new(JAMMY_IMAGE_NAME.to_string());