mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
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:
parent
26006974e8
commit
bf7daa8ade
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user