Skip to content

Commit e596858

Browse files
UPSTREAM: <carry>: comment out delete service account
1 parent b297ef7 commit e596858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/tests-extension/test/olmv1-catalog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func verifyCatalogEndpoint(ctx SpecContext, catalog, endpoint, query string) {
101101

102102
DeferCleanup(func(ctx SpecContext) {
103103
_ = k8sClient.Delete(ctx, job)
104-
_ = k8sClient.Delete(ctx, serviceAccount)
104+
// _ = k8sClient.Delete(ctx, serviceAccount)
105105
})
106106

107107
By("Waiting for Job to succeed")

0 commit comments

Comments
 (0)