Merge pull request #35395 from jayunit100/density-log-verify
Automatic merge from submit-queue dont fail if metrics arent working in density fixes #35369
This commit is contained in:
		@@ -381,7 +381,9 @@ var _ = framework.KubeDescribe("Density", func() {
 | 
			
		||||
		// Verify scheduler metrics.
 | 
			
		||||
		// TODO: Reset metrics at the beginning of the test.
 | 
			
		||||
		// We should do something similar to how we do it for APIserver.
 | 
			
		||||
		framework.ExpectNoError(framework.VerifySchedulerLatency(c))
 | 
			
		||||
		if err = framework.VerifySchedulerLatency(c); err != nil {
 | 
			
		||||
			framework.Logf("Warning: Scheduler latency not calculated, %v", err)
 | 
			
		||||
		}
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	// Explicitly put here, to delete namespace at the end of the test
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user