1
0
mirror of https://github.com/cloud-hypervisor/cloud-hypervisor.git synced 2025-04-01 20:04:37 +00:00

tests: Disable test_vfio

The virtio-iommu based test is failing on Linux v6.12 and needs
investigating.

See: #6872

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2024-12-13 12:58:03 +00:00
parent b01e199683
commit 1d0e826c97

View File

@ -4372,6 +4372,7 @@ mod common_parallel {
handle_child_output(r, &output);
}
#[ignore = "See #6872"]
#[test]
#[cfg(target_arch = "x86_64")]
#[cfg(not(feature = "mshv"))]