mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Label 3 flaky deployment e2e tests with [Flaky]
This commit is contained in:
		@@ -34,13 +34,13 @@ var _ = Describe("Deployment", func() {
 | 
			
		||||
	It("deployment should create new pods", func() {
 | 
			
		||||
		testNewDeployment(f)
 | 
			
		||||
	})
 | 
			
		||||
	It("deployment should delete old pods and create new ones", func() {
 | 
			
		||||
	It("deployment should delete old pods and create new ones [Flaky]", func() {
 | 
			
		||||
		testRollingUpdateDeployment(f)
 | 
			
		||||
	})
 | 
			
		||||
	It("deployment should scale up and down in the right order", func() {
 | 
			
		||||
	It("deployment should scale up and down in the right order [Flaky]", func() {
 | 
			
		||||
		testRollingUpdateDeploymentEvents(f)
 | 
			
		||||
	})
 | 
			
		||||
	It("deployment should support rollover", func() {
 | 
			
		||||
	It("deployment should support rollover [Flaky]", func() {
 | 
			
		||||
		testRolloverDeployment(f)
 | 
			
		||||
	})
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user