tests: vhdx: Enable VHDX fstrim integration test

Remove the #[ignore] attribute from
test_virtio_block_fstrim_unsupported_vhdx.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-02-23 18:02:01 +01:00
committed by Bo Chen
parent 600e74f0af
commit 184a229ca4

View File

@@ -7793,11 +7793,7 @@ mod common_parallel {
_test_virtio_block_fstrim("vhd", "vpc", &["-o", "subformat=fixed"], false, false);
}
// VHDX backend has a multiqueue bug causing filesystem corruption.
// The _test_virtio_block_fstrim helper uses num_queues>1 which triggers the bug.
// Ref: #7665
#[test]
#[ignore]
fn test_virtio_block_fstrim_unsupported_vhdx() {
_test_virtio_block_fstrim("vhdx", "vhdx", &[], false, false);
}