tests: Disable test_vfio_user

The test test_vfio_user is flaky, let's disable it until we find the
right way to fix it.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-01-03 10:57:41 +01:00
parent 21a21ce51a
commit 210a29f05c

View File

@ -6206,6 +6206,7 @@ mod tests {
exec_host_command_status("pkill -f nvmf_tgt");
}
#[ignore]
#[cfg(target_arch = "x86_64")]
#[test]
fn test_vfio_user() {