mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +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")]
|
#[cfg(target_arch = "x86_64")]
|
||||||
|
#[ignore]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_vfio_user() {
|
fn test_vfio_user() {
|
||||||
let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());
|
let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user