Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUpscaleCapGreaterThanMaxReplicas (2.96 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    			autoscalingv2.ResourceMetricSourceType: monitor.ErrorLabelNone,
    		},
    	}
    	tc.runTest(t)
    }
    
    func TestUpscaleCapGreaterThanMaxReplicas(t *testing.T) {
    	// TODO: Remove skip once this issue is resolved: https://github.com/kubernetes/kubernetes/issues/124083
    	if goruntime.GOOS == "windows" {
    		t.Skip("Skip flaking test on Windows.")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top