Skip to content

Commit

Permalink
kubeadm: remove 'SkipFunc' it's not accurate anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Apr 12, 2024
1 parent 361bd43 commit 3ba6d0a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kola/tests/kubeadm/kubeadm.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@ func init() {
},
MinVersion: semver.Version{Major: major},
Flags: flags,
SkipFunc: func(version semver.Version, channel, arch, platform string) bool {
// * LTS (3033) does not have the network-kargs service pulled in:
// https://github.com/flatcar/coreos-overlay/pull/1848/commits/9e04bc12c3c7eb38da05173dc0ff7beaefa13446
// Let's skip this test for < 3034 on ESX
return (version.LessThan(semver.Version{Major: 3034}) && platform == "esx")
},
})
}
}
Expand Down

0 comments on commit 3ba6d0a

Please sign in to comment.