tests: Disable aarch64_acpi::test_virtio_iommu

Now that address translations performed by virtio-iommu can error out if
the address can't be translated, we uncovered an issue in integration
test aarch64_acpi::test_virtio_iommu.

We disable the test until we can investigate and fix the root cause.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-04-06 09:42:00 +02:00
parent 26006974e8
commit bf7daa8ade

View File

@ -7865,7 +7865,9 @@ 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)
}