@@ -399,7 +399,7 @@ var _ = Describe("OSRMClusterController", func() {
399399 }, 180 * time .Second ).Should (BeTrue ())
400400 })
401401
402- FIt ("Should delete only resources that belong to the current reconciled CR" , func () {
402+ It ("Should delete only resources that belong to the current reconciled CR" , func () {
403403 secondInstance := generateOSRMCluster (fmt .Sprintf ("garbage-collection-%d-b" , testNumber ))
404404 Expect (k8sClient .Create (ctx , secondInstance )).To (Succeed ())
405405 waitForDeployment (ctx , secondInstance , k8sClient )
@@ -411,8 +411,6 @@ var _ = Describe("OSRMClusterController", func() {
411411 secondInstancePVC := pvc (ctx , secondInstance .Name , secondInstance .Spec .Profiles [0 ].Name , osrmResource .PersistentVolumeClaimSuffix )
412412 secondInstanceJob := job (ctx , secondInstance .Name , secondInstance .Spec .Profiles [0 ].Name , osrmResource .JobSuffix )
413413
414- time .Sleep (time .Minute * 10 )
415- 416414 Expect (updateWithRetry (instance , func (v * osrmv1alpha1.OSRMCluster ) {
417415 v .Spec .Profiles [0 ].Name = "foot"
418416 })).To (Succeed ())
0 commit comments