We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5fdcd commit 8b4d16eCopy full SHA for 8b4d16e
kola/tests/misc/falco.go
@@ -1,6 +1,7 @@
1
package misc
2
3
import (
4
+ "github.com/coreos/go-semver/semver"
5
"github.com/flatcar/mantle/kola"
6
"github.com/flatcar/mantle/kola/cluster"
7
"github.com/flatcar/mantle/kola/register"
@@ -19,6 +20,7 @@ func init() {
19
20
// selinux blocks insmod from within container
21
Flags: []register.Flag{register.NoEnableSelinux},
22
SkipFunc: kola.SkipSecureboot,
23
+ EndVersion: semver.Version{Major: 4330, Minor: 0, Patch: 0}
24
})
25
}
26
0 commit comments