tests: Re-enable aarch64_acpi::test_virtio_iommu

Now that virtio-iommu has been fixed, the test can be enabled again.

Fixes #3941

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-04-25 17:27:57 +02:00
parent f38360deb6
commit 2f47bea809

View File

@ -7982,9 +7982,7 @@ mod aarch64_acpi {
_test_power_button(true);
}
// https://github.com/cloud-hypervisor/cloud-hypervisor/issues/3941
#[test]
#[ignore]
fn test_virtio_iommu() {
_test_virtio_iommu(true)
}