diff --git a/cloud-hypervisor/tests/integration.rs b/cloud-hypervisor/tests/integration.rs index a52a2f01a..0826fa7ef 100644 --- a/cloud-hypervisor/tests/integration.rs +++ b/cloud-hypervisor/tests/integration.rs @@ -7581,6 +7581,7 @@ mod common_parallel { #[test] #[cfg(not(feature = "mshv"))] + #[ignore = "See #8651"] fn test_live_migration_tcp_timeout_cancel() { _test_live_migration_tcp_timeout(TimeoutStrategy::Cancel); }