From 9f046f02a214f1b4a187ac3a3dcdeb8376c407c4 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 14 Nov 2025 16:18:16 +0000 Subject: [PATCH] tests: Disable test_snapshot_restore_with_fd() This is now failing on x86-64 as well after the update of the Rust version. Signed-off-by: Rob Bradford --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index a419f9d27..14ace3850 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -8256,7 +8256,7 @@ mod common_sequential { #[test] #[cfg(not(feature = "mshv"))] // See issue #7437 - #[cfg_attr(target_arch = "aarch64", ignore = "See #6970")] + #[ignore = "See #6970"] fn test_snapshot_restore_with_fd() { let disk_config = UbuntuDiskConfig::new(JAMMY_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(disk_config));