Skip to content

Commit 3ba6d0a

Browse files
committed
kubeadm: remove 'SkipFunc' it's not accurate anymore
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent 361bd43 commit 3ba6d0a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kola/tests/kubeadm/kubeadm.go

-6
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,6 @@ func init() {
175175
},
176176
MinVersion: semver.Version{Major: major},
177177
Flags: flags,
178-
SkipFunc: func(version semver.Version, channel, arch, platform string) bool {
179-
// * LTS (3033) does not have the network-kargs service pulled in:
180-
// https://github.com/flatcar/coreos-overlay/pull/1848/commits/9e04bc12c3c7eb38da05173dc0ff7beaefa13446
181-
// Let's skip this test for < 3034 on ESX
182-
return (version.LessThan(semver.Version{Major: 3034}) && platform == "esx")
183-
},
184178
})
185179
}
186180
}

0 commit comments

Comments
 (0)