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 <anrayabh@microsoft.com>
This commit is contained in:
Anirudh Rayabharam
2025-10-28 12:08:26 +00:00
committed by Rob Bradford
parent 6198fa7a79
commit e295719967

View File

@@ -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);
}