Skip to content

Commit 71aa99e

Browse files
committed
Fix flaky test
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent 36e0d0d commit 71aa99e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/controller/ocirepository_controller_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3070,7 +3070,6 @@ func TestOCIRepository_objectLevelWorkloadIdentityFeatureGate(t *testing.T) {
30703070
return testEnv.Update(ctx, resultobj) == nil
30713071
}).Should(BeTrue())
30723072

3073-
g.Expect(testEnv.Update(ctx, resultobj)).To(Succeed())
30743073
g.Eventually(func() bool {
30753074
if err := testEnv.Get(ctx, key, resultobj); err != nil {
30763075
return false

0 commit comments

Comments
 (0)