tests: Re-enable test_windows_guest_snapshot_restore
Only for x86-64 for now as it's still failing on ARM64. See: #4327 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
e993310c96
commit
4d79709b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -9043,7 +9043,7 @@ mod windows {
|
|||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))]
|
||||
#[ignore = "See #4327"]
|
||||
#[cfg_attr(target_arch = "aarch64", ignore = "See #4327")]
|
||||
fn test_windows_guest_snapshot_restore() {
|
||||
let windows_guest = WindowsGuest::new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue