distro/test: remove test skip line

Oops!
This commit is contained in:
Achilleas Koutsou 2023-06-05 23:42:37 +02:00 committed by Ondřej Budai
parent 7a23a81228
commit d34ad18aaf

View file

@ -269,9 +269,6 @@ func TestDistro_KernelOption(t *testing.T, d distro.Distro) {
arch, err := d.GetArch(archName)
assert.NoError(t, err)
for _, typeName := range arch.ListImageTypes() {
if true {
break
}
if skipList[typeName] {
continue
}