mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +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*/},
|
||||
})
|
||||
}
|
||||
|
||||
forEachPod := func(podFunc func(p api.Pod)) {
|
||||
clusterState().ForEach(podFunc)
|
||||
}
|
||||
@ -664,8 +663,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
||||
})
|
||||
|
||||
framework.KubeDescribe("Kubectl describe", func() {
|
||||
// Flaky issue: #25083
|
||||
It("should check if kubectl describe prints relevant information for rc and pods [Conformance] [Flaky]", func() {
|
||||
It("should check if kubectl describe prints relevant information for rc and pods [Conformance]", func() {
|
||||
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
|
||||
controllerJson := readTestFileOrDie(redisControllerFilename)
|
||||
serviceJson := readTestFileOrDie(redisServiceFilename)
|
||||
|
Loading…
Reference in New Issue
Block a user