tests: Enable more Windows guest tests for aarch64

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski 2022-08-27 23:01:58 +02:00 committed by Rob Bradford
parent e833679428
commit 2306291720

View File

@ -7134,7 +7134,6 @@ mod windows {
} }
#[test] #[test]
#[cfg(not(target_arch = "aarch64"))]
fn test_windows_guest_multiple_queues() { fn test_windows_guest_multiple_queues() {
let windows_guest = WindowsGuest::new(); let windows_guest = WindowsGuest::new();
@ -7201,7 +7200,6 @@ mod windows {
#[test] #[test]
#[cfg(not(feature = "mshv"))] #[cfg(not(feature = "mshv"))]
#[cfg(not(target_arch = "aarch64"))]
#[ignore = "See #4327"] #[ignore = "See #4327"]
fn test_windows_guest_snapshot_restore() { fn test_windows_guest_snapshot_restore() {
let windows_guest = WindowsGuest::new(); let windows_guest = WindowsGuest::new();
@ -7441,7 +7439,6 @@ mod windows {
#[test] #[test]
#[cfg(not(feature = "mshv"))] #[cfg(not(feature = "mshv"))]
#[cfg(not(target_arch = "aarch64"))]
fn test_windows_guest_netdev_hotplug() { fn test_windows_guest_netdev_hotplug() {
let windows_guest = WindowsGuest::new(); let windows_guest = WindowsGuest::new();
@ -7514,7 +7511,6 @@ mod windows {
#[test] #[test]
#[cfg(not(feature = "mshv"))] #[cfg(not(feature = "mshv"))]
#[cfg(not(target_arch = "aarch64"))]
fn test_windows_guest_disk_hotplug() { fn test_windows_guest_disk_hotplug() {
let windows_guest = WindowsGuest::new(); let windows_guest = WindowsGuest::new();