Skip to content

Commit 6b87a07

Browse files
author
Triona Doyle
committed
Fix tests for CI
Signed-off-by: Triona Doyle <bot@example.com>
1 parent cf90527 commit 6b87a07

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/openshift/e2e/ginkgo/parallel/1-050_validate_sso_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
6666
Skip("skipping this test as OCP version is less than 4.20")
6767
return
6868
}
69+
70+
// also skip for CI
71+
if strings.Contains(ocVersion, ".ci") {
72+
Skip("skipping this test in CI because OIDC is not enabled by default")
73+
return
74+
}
75+
6976
ns, cleanupFunc = fixture.CreateRandomE2ETestNamespaceWithCleanupFunc()
7077

7178
argoCD := &argov1beta1api.ArgoCD{

0 commit comments

Comments
 (0)