Move test to flaky suite while debugging
This commit is contained in:
		| @@ -69,7 +69,7 @@ var _ = framework.KubeDescribe("Deployment", func() { | |||||||
| 	It("RollingUpdateDeployment should delete old pods and create new ones", func() { | 	It("RollingUpdateDeployment should delete old pods and create new ones", func() { | ||||||
| 		testRollingUpdateDeployment(f) | 		testRollingUpdateDeployment(f) | ||||||
| 	}) | 	}) | ||||||
| 	It("RecreateDeployment should delete old pods and create new ones", func() { | 	It("RecreateDeployment should delete old pods and create new ones [Flaky]", func() { | ||||||
| 		testRecreateDeployment(f) | 		testRecreateDeployment(f) | ||||||
| 	}) | 	}) | ||||||
| 	It("deployment should delete old replica sets", func() { | 	It("deployment should delete old replica sets", func() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michail Kargakis
					Michail Kargakis