From 553e6857bd17c3cb12d609a335b846143e17e538 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 f60d3ce92..8e83686f1 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -2051,19 +2051,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); }