Skip to content

Commit 8ce8fcd

Browse files
committed
fix: fix post-test E2E test cleanup
Signed-off-by: Jonathan West <jgwest@gmail.com>
1 parent a23cefb commit 8ce8fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

6666
if testGitOpsNs != nil {
67-
Expect(k8sClient.Delete(ctx, testGitOpsNs)).To(Succeed())
67+
_ = k8sClient.Delete(ctx, testGitOpsNs)
6868
}
6969

7070
if cleanupFunc != nil {

0 commit comments

Comments
 (0)