diff --git a/kola/tests/misc/selinux.go b/kola/tests/misc/selinux.go index 1dd55afd4..eaffbb87e 100644 --- a/kola/tests/misc/selinux.go +++ b/kola/tests/misc/selinux.go @@ -46,7 +46,7 @@ func init() { SkipFunc: func(version semver.Version, channel, arch, platform string) bool { // Workaround to set the SELinux boolean name based of the Flatcar version. // Note: it works only if we test '*' - if version.LessThan(semver.Version{Major: 3637}) { + if version.LessThan(semver.Version{Major: 3733}) { seBoolean = "virt_use_nfs" } @@ -63,7 +63,7 @@ func init() { SkipFunc: func(version semver.Version, channel, arch, platform string) bool { // Workaround to set the SELinux boolean name based of the Flatcar version. // Note: it works only if we test '*' - if version.LessThan(semver.Version{Major: 3637}) { + if version.LessThan(semver.Version{Major: 3733}) { seBoolean = "virt_use_nfs" }