Version-guard Kubectl client Guestbook application test against deployments

parent 066e4937
...@@ -170,7 +170,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() { ...@@ -170,7 +170,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
}) })
It("should create and stop a working application [Conformance]", 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) defer framework.Cleanup(guestbookPath, ns, frontendSelector, redisMasterSelector, redisSlaveSelector)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment