From 8b37448d28efc5691d0410d796124f1a685d0bbf Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Thu, 3 Nov 2022 14:55:36 -0700 Subject: [PATCH] tests: Disable test_snapshot_restore_hotplug_virtiomem for MSHV Signed-off-by: Muminul Islam --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) 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); }