Skip to content

Commit 483aaec

Browse files
committed
Remove resource caching from update call in e2e client
Signed-off-by: perdasilva <[email protected]>
1 parent e6178a1 commit 483aaec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: test/e2e/util/e2e_client.go

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func (m *E2EKubeClient) Update(context context.Context, obj k8scontrollerclient.
3939
if err := m.Client.Update(context, obj, options...); err != nil {
4040
return err
4141
}
42-
m.createdResources.EnqueueIgnoreExisting(obj)
4342
return nil
4443
}
4544

0 commit comments

Comments
 (0)