Skip to content

Commit 8b4d16e

Browse files
committed
falco: temporarily disable Falco tests for main >= 4330 until upstream gets fixed
1 parent 2c5fdcd commit 8b4d16e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kola/tests/misc/falco.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package misc
22

33
import (
4+
"github.com/coreos/go-semver/semver"
45
"github.com/flatcar/mantle/kola"
56
"github.com/flatcar/mantle/kola/cluster"
67
"github.com/flatcar/mantle/kola/register"
@@ -19,6 +20,7 @@ func init() {
1920
// selinux blocks insmod from within container
2021
Flags: []register.Flag{register.NoEnableSelinux},
2122
SkipFunc: kola.SkipSecureboot,
23+
EndVersion: semver.Version{Major: 4330, Minor: 0, Patch: 0}
2224
})
2325
}
2426

0 commit comments

Comments
 (0)