From 31e4d80caf2ac78a84554529908ff13e57766092 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Thu, 10 Jun 2021 20:47:00 +0800 Subject: [PATCH] tests: Enable AArch64 API pause/resume test case 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 f0cfa0b2c..cf18d0ace 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3601,7 +3601,6 @@ mod tests { } #[test] - #[cfg(target_arch = "x86_64")] // Start cloud-hypervisor with no VM parameters, only the API server running. // From the API: Create a VM, boot it and check that it looks as expected. // Then we pause the VM, check that it's no longer available.