mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 06:15:45 +00:00
Remove kubectl describe test from flaky list
This commit is contained in:
parent
28333a0041
commit
6ca3c16f4c
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user