Skip to content

Commit 3358eef

Browse files
committed
Small fixes
Signed-off-by: perdasilva <[email protected]>
1 parent 5abde83 commit 3358eef

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

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

+1-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

@@ -93,6 +92,7 @@ func (m *E2EKubeClient) GarbageCollectCRDs() error {
9392
if err := m.Client.Delete(context.Background(), &crd); err != nil {
9493
return err
9594
}
95+
break
9696
}
9797
}
9898
}

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

-15
This file was deleted.

0 commit comments

Comments
 (0)