Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
  • Loading branch information
tormath1 and krnowak authored Sep 20, 2023
1 parent 11ddc42 commit 26b8fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kola/tests/misc/selinux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand All @@ -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"
}

Expand Down

0 comments on commit 26b8fd0

Please sign in to comment.