From 2752b077624e0e9dfdd9861c799cd773c0532241 Mon Sep 17 00:00:00 2001 From: Jianyong Wu Date: Mon, 6 Sep 2021 22:22:12 +0800 Subject: [PATCH] enable virtio-mem test for arm64 virtio-mem has enabled on arm64. let's test it. Signed-off-by: Jianyong Wu --- tests/integration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 0dd00e2ba..a2aa231b0 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -4265,7 +4265,6 @@ mod tests { } #[test] - #[cfg(target_arch = "x86_64")] fn test_virtio_mem() { let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(focal));