Skip to content

Commit

Permalink
Version-guard Kubectl client Guestbook application test against deplo…
Browse files Browse the repository at this point in the history
…yments
  • Loading branch information
Isaac Hollander McCreery committed Apr 19, 2016
1 parent 1eb779e commit d15e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ var _ = Describe("Kubectl client", func() {
})

It("should create and stop a working application [Conformance]", func() {
SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
SkipUnlessServerVersionGTE(deploymentsVersion, c)

defer cleanup(guestbookPath, ns, frontendSelector, redisMasterSelector, redisSlaveSelector)

Expand Down

1 comment on commit d15e8b7

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 21812 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 271 Build time: 00:07:33

Please sign in to comment.