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:
Bo Chen 2021-12-02 06:47:05 -08:00 committed by Sebastien Boeuf
parent 27b5f8756f
commit 32dd4d10d0

View File

@ -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());