From b4566b9eab93b2919b0884964410b22846d46188 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Thu, 20 Jan 2022 06:23:30 -0500 Subject: [PATCH] tests: ignore the result from test_vfio_user As it is currently unstable. Signed-off-by: Henry Wang --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index 9ba99b8f4..ff91f8f00 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6172,6 +6172,7 @@ mod parallel { exec_host_command_status("pkill -f nvmf_tgt"); } + #[ignore] #[test] #[cfg(target_arch = "aarch64")] fn test_vfio_user() {