Skip to content

Commit e7f9335

Browse files
trdoyle81Triona Doyle
andauthored
Update 1-108_alternate_cluster_roles-test from v1.20 branch (#1113)
Signed-off-by: Triona Doyle <[email protected]> Co-authored-by: Triona Doyle <[email protected]>
1 parent 811c2f1 commit e7f9335

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/openshift/e2e/ginkgo/sequential/1-108_alternate_cluster_roles_cluster_scoped_instance_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
6464
fixture.OutputDebugOnFail(ns)
6565

6666
if testGitOpsNs != nil {
67-
_ = k8sClient.Delete(ctx, testGitOpsNs)
67+
err := k8sClient.Delete(ctx, testGitOpsNs)
68+
Expect(client.IgnoreNotFound(err)).To(Succeed())
6869
}
6970

7071
if cleanupFunc != nil {

0 commit comments

Comments
 (0)