Skip to content

Commit

Permalink
Merge pull request #562 from flatcar/chewi/revert-sb-skip
Browse files Browse the repository at this point in the history
Revert "kola/tests: Skip tests that change the verity hash when SB is enabled"
  • Loading branch information
chewi authored Oct 25, 2024
2 parents 1b0fd73 + 386d721 commit 6719820
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kola/tests/misc/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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(&register.Test{
Run: RecoverBadUsr,
Expand All @@ -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,
})
}

Expand Down

0 comments on commit 6719820

Please sign in to comment.