diff --git a/tests/integration.rs b/tests/integration.rs index 63565de4e..4b829f069 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -5689,6 +5689,7 @@ mod common_parallel { // through each ssh command. There's no need to perform a dedicated test to // verify the migration went well for virtio-net. #[test] + #[cfg(not(feature = "mshv"))] fn test_snapshot_restore_hotplug_virtiomem() { _test_snapshot_restore(true); }