From 210a29f05ca7132b2ed352beb2462e7afa4672a5 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 3 Jan 2022 10:57:41 +0100 Subject: [PATCH] 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 --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index bdad44b24..012fe06f6 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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() {