From 4d8a73735bcd57700db6d57700c8972ca548deb7 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Tue, 7 Sep 2021 23:55:18 -0400 Subject: [PATCH] tests: Enable Arm64 user defined mem regions test Signed-off-by: Henry Wang --- tests/integration.rs | 1 - 1 file changed, 1 deletion(-) 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));