Skip to content

Commit 138b690

Browse files
authored
Merge pull request #467 from xcp-ng/gln/zfsvol-disable-coalesce-test-rvxn
2 parents 0a68a57 + 5e8c14b commit 138b690

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)