You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/e2e/v1/actuation.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,8 @@ var _ = ActuationSuiteE2eDescribe("Actuation", func() {
207
207
gomega.Expect(err).NotTo(gomega.HaveOccurred())
208
208
})
209
209
210
-
ginkgo.It("falls back to evicting pods when resize is Deferred and more than 5 minute has elapsed since last in-place update when update mode is InPlaceOrRecreate", func() {
210
+
// Consumes the entire node's CPU, causing other pods to be pending - requires WithSerial()
211
+
framework.It("falls back to evicting pods when resize is Deferred and more than 5 minute has elapsed since last in-place update when update mode is InPlaceOrRecreate", framework.WithSerial(), func() {
0 commit comments