Disable metrics serving in proxy tests (#2307)

This commit is contained in:
Francesco Renzi
2023-02-22 16:57:59 +00:00
committed by GitHub
parent 9b44f0051c
commit 73e22a1756
5 changed files with 12 additions and 10 deletions

View File

@@ -458,7 +458,7 @@ var _ = Describe("Test EphemeralRunnerSet controller", func() {
runningRunner = runnerList.Items[1].DeepCopy()
runningRunner.Status.JobRequestId = 1001
err = k8sClient.Status().Patch(ctx, runningRunner, client.MergeFrom(&runnerList.Items[0]))
err = k8sClient.Status().Patch(ctx, runningRunner, client.MergeFrom(&runnerList.Items[1]))
Expect(err).NotTo(HaveOccurred(), "failed to update EphemeralRunner")
// Scale down to 1