From 3b5c2b3718df1f01c61165dbb71f4d78461b476e Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 5 Sep 2022 16:29:19 +0200 Subject: [PATCH] tests: Disable test_windows_guest_disk_hotplug for aarch64 Until the issue #4583 is resolved, we must disable this test given it's failing quite often on the aarch64 worker. Signed-off-by: Sebastien Boeuf --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index 75b663042..f2d21549e 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -7511,6 +7511,7 @@ mod windows { #[test] #[cfg(not(feature = "mshv"))] + #[cfg(not(target_arch = "aarch64"))] fn test_windows_guest_disk_hotplug() { let windows_guest = WindowsGuest::new();