mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
move same image rolling-update test out of Flaky
This commit is contained in:
parent
e93346def4
commit
9dab67d106
@ -1053,8 +1053,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
||||
framework.RunKubectlOrDie("delete", "rc", rcName, nsFlag)
|
||||
})
|
||||
|
||||
// Flaky issue: #25140
|
||||
It("should support rolling-update to same image [Conformance] [Flaky]", func() {
|
||||
It("should support rolling-update to same image [Conformance]", 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