From 23062917205adb9d097cc9bc6eb056bff4de54b9 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 27 Aug 2022 23:01:58 +0200 Subject: [PATCH] tests: Enable more Windows guest tests for aarch64 Signed-off-by: Anatol Belski --- tests/integration.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index 9d79787e6..da432cd7a 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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();