diff --git a/tests/integration.rs b/tests/integration.rs index 75f6b9d1e..bdad44b24 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -4997,6 +4997,7 @@ mod tests { } #[test] + #[cfg(target_arch = "x86_64")] fn test_virtio_block_topology() { let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(focal));