diff --git a/tests/integration.rs b/tests/integration.rs index c28514ffd..a8c7d7dd3 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -7587,6 +7587,7 @@ mod common_sequential { } #[test] + #[cfg_attr(target_arch = "aarch64", ignore = "See #6970")] fn test_snapshot_restore_with_fd() { let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(focal));