tests: Temporarily disable test_ovs_dpdk

This test is flaking out regularly, particularly on the musl build.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-06-01 16:37:42 +01:00 committed by Sebastien Boeuf
parent 2ac7232288
commit 9341cce8b3

View File

@ -5257,6 +5257,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_ovs_dpdk() {
// Create OVS-DPDK bridge and ports
std::process::Command::new("bash")