From 04aff2e2f9e344075ac78c0f708a99be3d2544f3 Mon Sep 17 00:00:00 2001 From: Michael Zhao Date: Wed, 9 Jun 2021 22:54:06 +0800 Subject: [PATCH] tests: Enable test_console_file case on AArch64 This test case could have been ready on AArch64 since the serial issue was fixed. Signed-off-by: Michael Zhao --- tests/integration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 3851b6cec..71e002699 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3203,7 +3203,6 @@ mod tests { } #[test] - #[cfg(target_arch = "x86_64")] fn test_console_file() { let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(focal));