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 <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-09-05 16:29:19 +02:00
parent 62681a776e
commit 3b5c2b3718

View File

@ -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();