mirror of https://github.com/k3s-io/k3s
Merge pull request #24342 from ihmccreery/version-guard-guestbook
Automatic merge from submit-queue Version-guard Kubectl client Guestbook application test against deployments Fixes #24159; related to #16040.pull/6/head
commit
d34e7c3e74
|
@ -170,7 +170,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
|||
})
|
||||
|
||||
It("should create and stop a working application [Conformance]", func() {
|
||||
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
|
||||
framework.SkipUnlessServerVersionGTE(deploymentsVersion, c)
|
||||
|
||||
defer framework.Cleanup(guestbookPath, ns, frontendSelector, redisMasterSelector, redisSlaveSelector)
|
||||
|
||||
|
|
Loading…
Reference in New Issue