mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
tests: Enable more Windows guest tests for aarch64
Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
parent
e833679428
commit
2306291720
@ -7134,7 +7134,6 @@ mod windows {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_arch = "aarch64"))]
|
||||
fn test_windows_guest_multiple_queues() {
|
||||
let windows_guest = WindowsGuest::new();
|
||||
|
||||
@ -7201,7 +7200,6 @@ mod windows {
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))]
|
||||
#[cfg(not(target_arch = "aarch64"))]
|
||||
#[ignore = "See #4327"]
|
||||
fn test_windows_guest_snapshot_restore() {
|
||||
let windows_guest = WindowsGuest::new();
|
||||
@ -7441,7 +7439,6 @@ mod windows {
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))]
|
||||
#[cfg(not(target_arch = "aarch64"))]
|
||||
fn test_windows_guest_netdev_hotplug() {
|
||||
let windows_guest = WindowsGuest::new();
|
||||
|
||||
@ -7514,7 +7511,6 @@ mod windows {
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))]
|
||||
#[cfg(not(target_arch = "aarch64"))]
|
||||
fn test_windows_guest_disk_hotplug() {
|
||||
let windows_guest = WindowsGuest::new();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user