mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Re-enable test_windows_guest_snapshot_restore
Only for x86-64 for now as it's still failing on ARM64. See: #4327 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
@@ -9043,7 +9043,7 @@ mod windows {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(feature = "mshv"))]
|
#[cfg(not(feature = "mshv"))]
|
||||||
#[ignore = "See #4327"]
|
#[cfg_attr(target_arch = "aarch64", ignore = "See #4327")]
|
||||||
fn test_windows_guest_snapshot_restore() {
|
fn test_windows_guest_snapshot_restore() {
|
||||||
let windows_guest = WindowsGuest::new();
|
let windows_guest = WindowsGuest::new();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user