From 2d9fc3beb63dc4fe72f478ea65bcc2cf4fe73e2e Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Wed, 23 Jul 2025 19:29:58 +0000 Subject: [PATCH] tests: Reenable test_virtio_block_dynamic_vhdx_expand Signed-off-by: Wei Liu --- tests/integration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 62cbea9de..d754ccff8 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3381,7 +3381,6 @@ 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;