distro/test: remove test skip line
Oops!
This commit is contained in:
parent
7a23a81228
commit
d34ad18aaf
1 changed files with 0 additions and 3 deletions
|
|
@ -269,9 +269,6 @@ func TestDistro_KernelOption(t *testing.T, d distro.Distro) {
|
||||||
arch, err := d.GetArch(archName)
|
arch, err := d.GetArch(archName)
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
for _, typeName := range arch.ListImageTypes() {
|
for _, typeName := range arch.ListImageTypes() {
|
||||||
if true {
|
|
||||||
break
|
|
||||||
}
|
|
||||||
if skipList[typeName] {
|
if skipList[typeName] {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue