tests: Disable 'test_virtio_block_dynamic_vhdx_expand'

This issue is tracked via #7209.

Signed-off-by: Bo Chen <bchen@crusoe.ai>
This commit is contained in:
Bo Chen 2025-07-22 19:08:07 +00:00
parent 62001b65e9
commit 03b22a510d

View file

@ -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;