mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
tests: Temporarily disable test_vfio_user
This test is flaky (#3400) while we are experiencing a bug of using the latest SPDK/NVMe backend as VFIO user device (#3401). Let's disable this test before we fix the above two issues. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
27b5f8756f
commit
32dd4d10d0
@ -5975,6 +5975,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn test_vfio_user() {
|
||||
let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());
|
||||
|
Loading…
Reference in New Issue
Block a user