mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #21689 from bgrant0607/bugfix1
Mark flaky Deployment e2e tests until the problems are resolved.
This commit is contained in:
		@@ -54,16 +54,16 @@ var _ = Describe("Deployment", func() {
 | 
				
			|||||||
	It("deployment should delete old replica sets", func() {
 | 
						It("deployment should delete old replica sets", func() {
 | 
				
			||||||
		testDeploymentCleanUpPolicy(f)
 | 
							testDeploymentCleanUpPolicy(f)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	It("deployment should support rollover", func() {
 | 
						It("[Flaky] deployment should support rollover", func() {
 | 
				
			||||||
		testRolloverDeployment(f)
 | 
							testRolloverDeployment(f)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	It("paused deployment should be ignored by the controller", func() {
 | 
						It("[Flaky] paused deployment should be ignored by the controller", func() {
 | 
				
			||||||
		testPausedDeployment(f)
 | 
							testPausedDeployment(f)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	It("deployment should support rollback", func() {
 | 
						It("[Flaky] deployment should support rollback", func() {
 | 
				
			||||||
		testRollbackDeployment(f)
 | 
							testRollbackDeployment(f)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	It("deployment should support rollback when there's replica set with no revision", func() {
 | 
						It("[Flaky] deployment should support rollback when there's replica set with no revision", func() {
 | 
				
			||||||
		testRollbackDeploymentRSNoRevision(f)
 | 
							testRollbackDeploymentRSNoRevision(f)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user