Merge pull request #19638 from mqliang/RecreateDeployment

remove the flaky mark in deployment e2e test
This commit is contained in:
Fabio Yeon 2016-01-29 10:54:29 -08:00
commit 6ee2f57490

View File

@ -42,7 +42,7 @@ var _ = Describe("Deployment [Feature:Deployment]", func() {
It("RollingUpdateDeployment should scale up and down in the right order [Flaky]", func() {
testRollingUpdateDeploymentEvents(f)
})
It("RecreateDeployment should delete old pods and create new ones [Flaky]", func() {
It("RecreateDeployment should delete old pods and create new ones", func() {
testRecreateDeployment(f)
})
It("deployment should support rollover [Flaky]", func() {