diff --git a/tests/integration.rs b/tests/integration.rs index 4e5f5269b..800d7ca1e 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -9606,6 +9606,7 @@ mod live_migration { } #[test] + #[cfg(target_arch = "aarch64")] // see: #6272 #[cfg(not(feature = "mshv"))] fn test_live_upgrade_numa() { _test_live_migration_numa(true, false)