mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #42174 from kargakis/move-e2e-test-out-of-flaky-suite
Automatic merge from submit-queue (batch tested with PRs 40746, 41699, 42108, 42174, 42093) test: move deployment e2e test out of the flaky suite Moves the deployment test that was marked as flaky in https://github.com/kubernetes/kubernetes/pull/41257 out of the flaky suite. Haven't seen this flake for some time now: https://k8s-testgrid.appspot.com/google-gce#gci-gce-flaky https://k8s-testgrid.appspot.com/google-gce#gce-flaky Also https://github.com/kubernetes/kubernetes/pull/41510 is merged. Closes https://github.com/kubernetes/kubernetes/issues/39785 @spxtr @janetkuo
This commit is contained in:
		@@ -95,8 +95,7 @@ var _ = framework.KubeDescribe("Deployment", func() {
 | 
			
		||||
	It("overlapping deployment should not fight with each other", func() {
 | 
			
		||||
		testOverlappingDeployment(f)
 | 
			
		||||
	})
 | 
			
		||||
	// Flaky issue #39785.
 | 
			
		||||
	It("lack of progress should be reported in the deployment status [Flaky]", func() {
 | 
			
		||||
	It("lack of progress should be reported in the deployment status", func() {
 | 
			
		||||
		testFailedDeployment(f)
 | 
			
		||||
	})
 | 
			
		||||
	It("iterative rollouts should eventually progress", func() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user