From 205e587fad5d90aa92f34cf6f9a0c3148d4bab05 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Mon, 15 Mar 2021 16:10:43 +0800 Subject: [PATCH] tests: Enable test_power_button for AArch64 This commit enables the test_power_button test case for AArch64. 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 f22cd66df..b8764e6ce 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -2717,7 +2717,6 @@ mod tests { } #[test] - #[cfg(target_arch = "x86_64")] fn test_power_button() { let mut focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string()); let guest = Guest::new(&mut focal);