mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Merge pull request #25291 from janetkuo/describe-rc-pods-non-flake
Automatic merge from submit-queue Remove kubectl describe test from flaky list ## Pull Request Guidelines 1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). 1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). 1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. ```release-note * Use the release-note-* labels to set the release note state * Clear this block to use the PR title as the release note -OR- * Enter your extended release note here ``` Ref #25083 #25911 []()
This commit is contained in:
@@ -170,7 +170,6 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
||||
ValidPhases: []api.PodPhase{api.PodRunning /*api.PodPending*/},
|
||||
})
|
||||
}
|
||||
|
||||
forEachPod := func(podFunc func(p api.Pod)) {
|
||||
clusterState().ForEach(podFunc)
|
||||
}
|
||||
@@ -485,8 +484,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)
|
||||
|
Reference in New Issue
Block a user