Skip to content

Commit f5a8d7d

Browse files
committed
Add break in crd garbage collection loop
Signed-off-by: perdasilva <[email protected]>
1 parent bf784dd commit f5a8d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func (m *E2EKubeClient) GarbageCollectCRDs() error {
9393
if err := m.Client.Delete(context.Background(), &crd); err != nil {
9494
return err
9595
}
96+
break
9697
}
9798
}
9899
}

0 commit comments

Comments
 (0)