mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user