diff --git a/kola/tests/misc/update.go b/kola/tests/misc/update.go index 7d4f7a9ce..2dcb84e73 100644 --- a/kola/tests/misc/update.go +++ b/kola/tests/misc/update.go @@ -21,7 +21,6 @@ import ( "golang.org/x/net/context" - "github.com/flatcar/mantle/kola" "github.com/flatcar/mantle/kola/cluster" "github.com/flatcar/mantle/kola/register" "github.com/flatcar/mantle/kola/tests/util" @@ -59,9 +58,6 @@ func init() { Distros: []string{"cl"}, // This test is normally not related to the cloud environment Platforms: []string{"qemu", "qemu-unpriv"}, - // Changing the verity hash breaks Secure Boot verification, causing - // GRUB to error and then just sit at the menu forever. - SkipFunc: kola.SkipSecureboot, }) register.Register(®ister.Test{ Run: RecoverBadUsr, @@ -72,9 +68,6 @@ func init() { Distros: []string{"cl"}, // This test is normally not related to the cloud environment Platforms: []string{"qemu", "qemu-unpriv"}, - // Changing the verity hash breaks Secure Boot verification, causing - // GRUB to error and then just sit at the menu forever. - SkipFunc: kola.SkipSecureboot, }) }