Remove recreate test out of the flaky suite

This commit is contained in:
Michail Kargakis 2017-04-02 19:00:59 +02:00
parent 97fed0aff4
commit a65c66ac1f

View File

@ -69,7 +69,7 @@ var _ = framework.KubeDescribe("Deployment", func() {
It("RollingUpdateDeployment should delete old pods and create new ones", func() {
testRollingUpdateDeployment(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 delete old replica sets", func() {