From b4a480b6fde875eccf6f758d4e8a4c1c085f1144 Mon Sep 17 00:00:00 2001 From: Michail Kargakis Date: Mon, 27 Feb 2017 19:08:59 +0100 Subject: [PATCH] test: move deployment e2e test out of the flaky suite --- test/e2e/deployment.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() {