Skip to content

Commit 23c00cb

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 e4ce22e commit 23c00cb

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
@@ -72,6 +72,7 @@ def test_snapshot(self, vm_on_zfsvol_sr):
7272

7373
@pytest.mark.small_vm
7474
@pytest.mark.parametrize("vdi_op", ["snapshot"]) # "clone" requires a snapshot
75+
@pytest.mark.skip("zfsvol doesn't provide vhd-parent")
7576
def test_coalesce(
7677
self, storage_test_vm: VM, vdi_on_zfsvol_sr: VDI, vdi_op: CoalesceOperation, defer: Defer
7778
):

0 commit comments

Comments
 (0)