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:
Rob Bradford 2025-11-21 11:30:33 +00:00
parent e993310c96
commit 4d79709b5e

View file

@ -9043,7 +9043,7 @@ mod windows {
#[test]
#[cfg(not(feature = "mshv"))]
#[ignore = "See #4327"]
#[cfg_attr(target_arch = "aarch64", ignore = "See #4327")]
fn test_windows_guest_snapshot_restore() {
let windows_guest = WindowsGuest::new();