mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user