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:
parent
3734a13cbf
commit
9f046f02a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue