Re: [PATCH] tests/qemu-iotests: Remove test 259 from the "auto" group

2021-02-15 Thread Kevin Wolf
Am 15.02.2021 um 11:38 hat Thomas Huth geschrieben: > Tests in the "auto" group should support qcow2 so that they can > be run during "make check-block". Test 259 only supports "raw", so > it currently always gets skipped when running "make check-block". > Let's skip this unnecessary step and remov

[PATCH] tests/qemu-iotests: Remove test 259 from the "auto" group

2021-02-15 Thread Thomas Huth
Tests in the "auto" group should support qcow2 so that they can be run during "make check-block". Test 259 only supports "raw", so it currently always gets skipped when running "make check-block". Let's skip this unnecessary step and remove it from the auto group. Signed-off-by: Thomas Huth ---