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