mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Mark two kubectl tests flaky.
This commit is contained in:
parent
d2f70efb90
commit
81bb39c3c0
@ -614,7 +614,8 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
||||
})
|
||||
|
||||
framework.KubeDescribe("Kubectl describe", func() {
|
||||
It("should check if kubectl describe prints relevant information for rc and pods [Conformance]", func() {
|
||||
// Flaky issue: #25083
|
||||
It("should check if kubectl describe prints relevant information for rc and pods [Conformance] [Flaky]", func() {
|
||||
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
|
||||
|
||||
mkpath := func(file string) string {
|
||||
@ -1040,7 +1041,8 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
||||
framework.RunKubectlOrDie("delete", "rc", rcName, nsFlag)
|
||||
})
|
||||
|
||||
It("should support rolling-update to same image [Conformance]", func() {
|
||||
// Flaky issue: #25140
|
||||
It("should support rolling-update to same image [Conformance] [Flaky]", func() {
|
||||
By("running the image " + nginxImage)
|
||||
framework.RunKubectlOrDie("run", rcName, "--image="+nginxImage, "--generator=run/v1", nsFlag)
|
||||
By("verifying the rc " + rcName + " was created")
|
||||
|
Loading…
Reference in New Issue
Block a user