mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Disabled HPA tests for deployment because they are flaky
This commit is contained in:
		@@ -42,10 +42,10 @@ var _ = Describe("Horizontal pod autoscaling", func() {
 | 
			
		||||
	titleDown := "%s should scale from 5 pods to 3 pods and from 3 to 1 (via %s, with scale resource: CPU)"
 | 
			
		||||
 | 
			
		||||
	// CPU tests via deployments
 | 
			
		||||
	It(fmt.Sprintf(titleUp, "[Autoscaling Suite]", kindDeployment), func() {
 | 
			
		||||
	It(fmt.Sprintf(titleUp, "[Skipped]", kindDeployment), func() {
 | 
			
		||||
		scaleUp("deployment", kindDeployment, rc, f)
 | 
			
		||||
	})
 | 
			
		||||
	It(fmt.Sprintf(titleDown, "[Autoscaling Suite]", kindDeployment), func() {
 | 
			
		||||
	It(fmt.Sprintf(titleDown, "[Skipped]", kindDeployment), func() {
 | 
			
		||||
		scaleDown("deployment", kindDeployment, rc, f)
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user