Skip to content

Commit

Permalink
Update vertical-pod-autoscaler/e2e/v1/updater.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joachim <jbartosik@google.com>
  • Loading branch information
voelzmo and jbartosik committed Jul 28, 2023
1 parent 00af03f commit 3bd99c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vertical-pod-autoscaler/e2e/v1/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var _ = UpdaterE2eDescribe("Updater", func() {
err := WaitForPodsEvicted(f, podList)
gomega.Expect(err).NotTo(gomega.HaveOccurred())
})

ginkgo.It("does not evict pods for downscaling when EvictionRequirement prevents it", func() {
const statusUpdateInterval = 10 * time.Second

Expand Down

0 comments on commit 3bd99c1

Please sign in to comment.