diff --git a/tests/integration.rs b/tests/integration.rs index 48b087e04..0c7757c31 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -4027,7 +4027,7 @@ mod tests { }); } - #[cfg_attr(not(feature = "mmio"), test)] + #[test] fn test_virtio_mem() { test_block!(tb, "", { let mut focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());