test: move deployment e2e test out of the flaky suite

This commit is contained in:
Michail Kargakis 2017-02-27 19:08:59 +01:00
parent 77733c2afd
commit b4a480b6fd

View File

@ -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() {