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
k8s-merge-robot 2016-04-15 12:04:03 -07:00
commit d34e7c3e74
1 changed files with 1 additions and 1 deletions

View File

@ -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)