From e295719967ee1e56da472605d839803ac9af4e9e Mon Sep 17 00:00:00 2001 From: Anirudh Rayabharam Date: Tue, 28 Oct 2025 12:08:26 +0000 Subject: [PATCH] tests: disable test_snapshot_restore_hotplug_virtiomem for mshv Disable test_snapshot_restore_hotplug_virtiomem for mshv. It is failing frequently in the CI. It needs to be stabilized before enabling again. Signed-off-by: Anirudh Rayabharam --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index cd41589be..15919641b 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -7987,6 +7987,7 @@ mod common_sequential { // 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); }