Skip to content

Commit 5e8c14b

Browse files
committed
zfsvol: disable coalesce test
vhd-parent, which is used to detect when the coalesce is done, is not available for that SR type. Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent c8182a4 commit 5e8c14b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/storage/zfsvol/test_zfsvol_sr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_snapshot(self, vm_on_zfsvol_sr):
6363

6464
@pytest.mark.small_vm
6565
@pytest.mark.parametrize("vdi_op", ["snapshot"]) # "clone" requires a snapshot
66+
@pytest.mark.skip("zfsvol doesn't provide vhd-parent")
6667
def test_coalesce(self, storage_test_vm: VM, vdi_on_zfsvol_sr: VDI, vdi_op: CoalesceOperation):
6768
coalesce_integrity(storage_test_vm, vdi_on_zfsvol_sr, vdi_op)
6869

0 commit comments

Comments
 (0)