tests: Disable test_snapshot_restore_hotplug_virtiomem for MSHV

Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
Muminul Islam 2022-11-03 14:55:36 -07:00 committed by Bo Chen
parent 92d083f593
commit 8b37448d28

View File

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