From 367201ed1e4aac01acd13e5ec98eb40639a465f4 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Sat, 9 Sep 2023 07:57:16 +0100 Subject: [PATCH] tests: Temporarily disable test_vdpa_net This test is consistently failing after the on demand worker kernel upgrade. See: #5756 Signed-off-by: Rob Bradford --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index aaa3b9880..d40f94a9e 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6853,6 +6853,7 @@ mod common_parallel { #[test] #[cfg(target_arch = "x86_64")] + #[ignore = "See #5756"] fn test_vdpa_net() { // Before trying to run the test, verify the vdpa_sim_net module is correctly loaded. if !exec_host_command_status("lsmod | grep vdpa_sim_net").success() {