From 9341cce8b3dc348557b08137acb204a1d1a88d99 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 1 Jun 2021 16:37:42 +0100 Subject: [PATCH] tests: Temporarily disable test_ovs_dpdk This test is flaking out regularly, particularly on the musl build. 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 790fcdb22..19edb2f44 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -5257,6 +5257,7 @@ mod tests { } #[test] + #[ignore] fn test_ovs_dpdk() { // Create OVS-DPDK bridge and ports std::process::Command::new("bash")