From 52ac3779dfd8ab3329a2ec49a2b0c000584576c0 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 11 May 2020 09:56:10 +0100 Subject: [PATCH] tests: Remove network interface from test_memory_overhead Continue to try and track down the instability in the numbers generated by this test by removing the (unused) network interface. It's possible we are getting broadcast packets into the tap device and generating a variable size of allocations. See: #760 Signed-off-by: Rob Bradford --- tests/integration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 6047ee88a..ebbaa22c5 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3798,7 +3798,6 @@ mod tests { ]) .args(&["--kernel", kernel_path.to_str().unwrap()]) .default_disks() - .default_net() .args(&["--cmdline", CLEAR_KERNEL_CMDLINE]) .spawn() .unwrap();