diff --git a/test/e2e/deployment.go b/test/e2e/deployment.go index 5febba778f4..9c0e9b225cf 100644 --- a/test/e2e/deployment.go +++ b/test/e2e/deployment.go @@ -95,8 +95,7 @@ var _ = framework.KubeDescribe("Deployment", func() { It("overlapping deployment should not fight with each other", func() { testOverlappingDeployment(f) }) - // Flaky issue #39785. - It("lack of progress should be reported in the deployment status [Flaky]", func() { + It("lack of progress should be reported in the deployment status", func() { testFailedDeployment(f) }) It("iterative rollouts should eventually progress", func() {