diff --git a/tests/integration.rs b/tests/integration.rs index 6066420c7..8fcc7b398 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -2277,7 +2277,6 @@ mod tests { } #[test] - #[cfg(target_arch = "x86_64")] fn test_user_defined_memory_regions() { let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(focal));