Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: sjcsjc123 <[email protected]>
  • Loading branch information
sjcsjc123 committed Jan 1, 2024
1 parent b721224 commit 9c57b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/conformance/utils/kubernetes/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (a Applier) MustApplyWithCleanup(t *testing.T, c client.Client, timeoutConf
err = c.Delete(ctx, uObj)
require.NoErrorf(t, err, "error deleting resource")
})
return
continue
}

err := c.Get(ctx, namespacedName, fetchedObj)
Expand Down

0 comments on commit 9c57b0a

Please sign in to comment.