tests: exclude test_fw_cfg for mshv

test_fw_cfg is frequently failing in the CI for MSHV. Exclude it for
now. It needs further investigation. See issue #7434 for details.

Signed-off-by: Anirudh Rayabharam <anrayabh@microsoft.com>
This commit is contained in:
Anirudh Rayabharam
2025-10-24 10:43:28 +00:00
committed by Rob Bradford
parent fe32002141
commit 861b7ab64d
2 changed files with 2 additions and 1 deletions

View File

@@ -11687,6 +11687,7 @@ mod fw_cfg {
use crate::*;
#[test]
#[cfg_attr(feature = "mshv", ignore = "See #7434")]
fn test_fw_cfg() {
let disk_config = UbuntuDiskConfig::new(JAMMY_IMAGE_NAME.to_string());
let guest = Guest::new(Box::new(disk_config));