mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
6198fa7a79
commit
e295719967
@@ -7987,6 +7987,7 @@ mod common_sequential {
|
|||||||
// through each ssh command. There's no need to perform a dedicated test to
|
// through each ssh command. There's no need to perform a dedicated test to
|
||||||
// verify the migration went well for virtio-net.
|
// verify the migration went well for virtio-net.
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(feature = "mshv"))]
|
||||||
fn test_snapshot_restore_hotplug_virtiomem() {
|
fn test_snapshot_restore_hotplug_virtiomem() {
|
||||||
_test_snapshot_restore(true);
|
_test_snapshot_restore(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user