Skip to content

Commit 4d79709

Browse files
committed
tests: Re-enable test_windows_guest_snapshot_restore
Only for x86-64 for now as it's still failing on ARM64. See: cloud-hypervisor#4327 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
1 parent e993310 commit 4d79709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9043,7 +9043,7 @@ mod windows {
90439043

90449044
#[test]
90459045
#[cfg(not(feature = "mshv"))]
9046-
#[ignore = "See #4327"]
9046+
#[cfg_attr(target_arch = "aarch64", ignore = "See #4327")]
90479047
fn test_windows_guest_snapshot_restore() {
90489048
let windows_guest = WindowsGuest::new();
90499049

0 commit comments

Comments
 (0)