Commit dbcdd7cb authored by Fam Zheng's avatar Fam Zheng Committed by Kevin Wolf
Browse files

qemu-iotests: exclude vmdk and qcow from 043



043 tests recursive backing file by changing backing file. VMDK has not
implemented this yet, and qcow1 probably never will.

Signed-off-by: default avatarFam Zheng <famz@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 1afe2726
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter

# Any format supporting backing files
_supported_fmt qcow qcow2 vmdk qed
_supported_fmt qcow2 qed
_supported_proto generic
_supported_os Linux