From: Daniel P. Berrange Date: Fri, 23 Jun 2017 16:24:05 +0000 (+0100) Subject: iotests: skip 048 with qcow which doesn't support resize X-Git-Url: https://repo.jachan.dev/qemu.git/commitdiff_plain/06af39ecf9da95bbd6dd38e86b15dbc042a6e09c iotests: skip 048 with qcow which doesn't support resize Test 048 is designed to verify data preservation during an image resize. The qcow (v1) format impl has never supported resize so always fails. Reviewed-by: Max Reitz Reviewed-by: Alberto Garcia Signed-off-by: Daniel P. Berrange Message-id: 20170623162419.26068-7-berrange@redhat.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/048 b/tests/qemu-iotests/048 index 203c04fc7f..9ed04a068d 100755 --- a/tests/qemu-iotests/048 +++ b/tests/qemu-iotests/048 @@ -46,7 +46,7 @@ _compare() . ./common.filter . ./common.pattern -_supported_fmt raw qcow qcow2 qed luks +_supported_fmt raw qcow2 qed luks _supported_proto file _supported_os Linux