diff --git a/tests/integration.rs b/tests/integration.rs index 4d602bcdb..3c00200ec 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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();