From 95511287ecad8d64486442e8e83dd5c22efc6577 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 28 Mar 2023 18:00:35 +0200 Subject: [PATCH] tests: Enable topology integration tests under mshv Signed-off-by: Anatol Belski --- tests/integration.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index 88f9167b3..0c5cce48f 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -2046,19 +2046,16 @@ mod common_parallel { } #[test] - #[cfg(not(feature = "mshv"))] fn test_cpu_topology_421() { test_cpu_topology(4, 2, 1, false); } #[test] - #[cfg(not(feature = "mshv"))] fn test_cpu_topology_142() { test_cpu_topology(1, 4, 2, false); } #[test] - #[cfg(not(feature = "mshv"))] fn test_cpu_topology_262() { test_cpu_topology(2, 6, 2, false); }