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 <michael.zhao@arm.com>
This commit is contained in:
Michael Zhao 2021-06-09 22:54:06 +08:00 committed by Sebastien Boeuf
parent 0268089ac6
commit 04aff2e2f9

View File

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