Merge pull request #18358 from gmarek/use-proxy

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-17 06:37:55 -08:00
4 changed files with 39 additions and 12 deletions

View File

@@ -145,7 +145,7 @@ var _ = Describe("Density [Skipped]", 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.
expectNoError(VerifySchedulerLatency())
expectNoError(VerifySchedulerLatency(c))
})
// Explicitly put here, to delete namespace at the end of the test