Skip to content

Commit

Permalink
remove extra reconcile
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Dec 5, 2023
1 parent 2148f23 commit 46f42e1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ func TestObservabilityAddonController(t *testing.T) {
t.Fatalf("Failed to get addondeploymentconfig %s: (%v)", name, err)
}

_, err = r.Reconcile(context.TODO(), req)
if err != nil {
t.Fatalf("reconcile after updating addondeploymentconfig: (%v)", err)
}
//_, err = r.Reconcile(context.TODO(), req)
//if err != nil {
// t.Fatalf("reconcile after updating addondeploymentconfig: (%v)", err)
//}
//Change proxyconfig in addondeploymentconfig
foundAddonDeploymentConfig.Spec.ProxyConfig = addonv1alpha1.ProxyConfig{
HTTPProxy: "http://test1.com",
Expand Down

0 comments on commit 46f42e1

Please sign in to comment.