The big lock implementation in block/vmdk.c causes dead lock with dependent breakpoints in test_io(), so the test hangs. Disable it for now.
Signed-off-by: Fam Zheng <f...@redhat.com> --- tests/qemu-iotests/077 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077 index bbf7b51..77741b4 100755 --- a/tests/qemu-iotests/077 +++ b/tests/qemu-iotests/077 @@ -42,6 +42,10 @@ _supported_fmt generic _supported_proto generic _supported_os Linux +if [ "$IMGFMT" = "vmdk" ]; then + _notrun "not suitable for this image format: $IMGFMT" +fi + CLUSTER_SIZE=4k size=128M -- 1.8.5.4