diff --git a/cloud-hypervisor/tests/integration.rs b/cloud-hypervisor/tests/integration.rs index b4112765e..4a9b17a1c 100644 --- a/cloud-hypervisor/tests/integration.rs +++ b/cloud-hypervisor/tests/integration.rs @@ -9504,24 +9504,6 @@ mod common_sequential { fn test_live_migration_watchdog() { _test_live_migration_watchdog(false, false); } - - #[test] - #[cfg(not(feature = "mshv"))] - fn test_live_migration_watchdog_local() { - _test_live_migration_watchdog(false, true); - } - - #[test] - #[cfg(not(feature = "mshv"))] - fn test_live_upgrade_watchdog() { - _test_live_migration_watchdog(true, false); - } - - #[test] - #[cfg(not(feature = "mshv"))] - fn test_live_upgrade_watchdog_local() { - _test_live_migration_watchdog(true, true); - } } mod windows {