From 03b22a510d90d74d02cec54404545eb1110c5b9d Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Tue, 22 Jul 2025 19:08:07 +0000 Subject: [PATCH] tests: Disable 'test_virtio_block_dynamic_vhdx_expand' This issue is tracked via #7209. Signed-off-by: Bo Chen --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index 0536864fd..49eb6f003 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3381,6 +3381,7 @@ mod common_parallel { } #[test] + #[ignore = "See #7209"] fn test_virtio_block_dynamic_vhdx_expand() { const VIRTUAL_DISK_SIZE: u64 = 100 << 20; const EMPTY_VHDX_FILE_SIZE: u64 = 8 << 20;