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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue