diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index 8a246012e7..675acccdbf 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -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")