Remove kubectl describe test from flaky list

This commit is contained in:
Janet Kuo 2016-05-06 16:24:29 -07:00
parent 28333a0041
commit 6ca3c16f4c

View File

@ -148,7 +148,6 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
ValidPhases: []api.PodPhase{api.PodRunning /*api.PodPending*/}, ValidPhases: []api.PodPhase{api.PodRunning /*api.PodPending*/},
}) })
} }
forEachPod := func(podFunc func(p api.Pod)) { forEachPod := func(podFunc func(p api.Pod)) {
clusterState().ForEach(podFunc) clusterState().ForEach(podFunc)
} }
@ -664,8 +663,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
}) })
framework.KubeDescribe("Kubectl describe", func() { framework.KubeDescribe("Kubectl describe", func() {
// Flaky issue: #25083 It("should check if kubectl describe prints relevant information for rc and pods [Conformance]", func() {
It("should check if kubectl describe prints relevant information for rc and pods [Conformance] [Flaky]", func() {
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c) framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
controllerJson := readTestFileOrDie(redisControllerFilename) controllerJson := readTestFileOrDie(redisControllerFilename)
serviceJson := readTestFileOrDie(redisServiceFilename) serviceJson := readTestFileOrDie(redisServiceFilename)