From 2f47bea809209da43a5eee1be2da98e27cd1157c Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 25 Apr 2022 17:27:57 +0200 Subject: [PATCH] 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 --- tests/integration.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index 1272a418b..a2f5311ab 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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) }