From db785e6969acb280fc03f526e7ad5958725848b1 Mon Sep 17 00:00:00 2001 From: Jinank Jain Date: Mon, 25 Sep 2023 08:33:00 +0000 Subject: [PATCH] tests: Enable testing for multi PCI segment for mshv This test is now supported on MSHV so we can re-enable the support for it. Signed-off-by: Jinank Jain --- tests/integration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 1c2720158..110f42e68 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -2796,7 +2796,6 @@ mod common_parallel { } #[test] - #[cfg(not(feature = "mshv"))] fn test_pci_multiple_segments() { let focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string()); let guest = Guest::new(Box::new(focal));