@@ -132,7 +132,7 @@ var _ = ginkgo.Describe("WaitForPodsReady with tiny Timeout and no RecoveryTimeo
132132 util .ExpectObjectToBeDeleted (ctx , k8sClient , metricsReaderClusterRoleBinding , true )
133133 })
134134
135- ginkgo .It ("should evict and requeue workload when pods readiness timeout is surpassed" , func () {
135+ ginkgo .FIt ("should evict and requeue workload when pods readiness timeout is surpassed" , func () {
136136 ginkgo .By ("creating a suspended job so its pods never report Ready" , func () {
137137 job = testingjob .MakeJob ("job-timeout" , ns .Name ).
138138 Queue (kueue .LocalQueueName (lq .Name )).
@@ -238,7 +238,7 @@ var _ = ginkgo.Describe("WaitForPodsReady with default Timeout and a tiny Recove
238238 cfg .WaitForPodsReady = & configapi.WaitForPodsReady {
239239 Timeout : metav1.Duration {Duration : 5 * time .Minute },
240240 BlockAdmission : ptr .To (true ),
241- RecoveryTimeout : & metav1.Duration {Duration : util . TinyTimeout },
241+ RecoveryTimeout : & metav1.Duration {Duration : time . Nanosecond },
242242 RequeuingStrategy : & configapi.RequeuingStrategy {
243243 Timestamp : ptr .To (configapi .EvictionTimestamp ),
244244 BackoffBaseSeconds : ptr .To (int32 (1 )),
@@ -288,7 +288,7 @@ var _ = ginkgo.Describe("WaitForPodsReady with default Timeout and a tiny Recove
288288 util .ExpectObjectToBeDeleted (ctx , k8sClient , metricsReaderClusterRoleBinding , true )
289289 })
290290
291- ginkgo .It ("should evict and requeue workload when pod failure causes recovery timeout" , func () {
291+ ginkgo .FIt ("should evict and requeue workload when pod failure causes recovery timeout" , func () {
292292 ginkgo .By ("creating a job" , func () {
293293 job = testingjob .MakeJob ("job-recovery-timeout" , ns .Name ).
294294 Image (util .GetAgnHostImage (), util .BehaviorWaitForDeletion ).
0 commit comments