tests: Re-enable CPU topology tests on MSHV
Fixes: #7433 Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
parent
de618ec35e
commit
dccdb223b7
1 changed files with 0 additions and 3 deletions
|
|
@ -2667,19 +2667,16 @@ mod common_parallel {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))] // See issue #7433
|
||||
fn test_cpu_topology_421() {
|
||||
test_cpu_topology(4, 2, 1, false);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))] // See issue #7433
|
||||
fn test_cpu_topology_142() {
|
||||
test_cpu_topology(1, 4, 2, false);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))] // See issue #7433
|
||||
fn test_cpu_topology_262() {
|
||||
test_cpu_topology(2, 6, 2, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue