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 <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2025-11-14 16:18:16 +00:00
parent 3734a13cbf
commit 9f046f02a2

View file

@ -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));