exclude ocm from e2e test for ocisCi

This commit is contained in:
Viktor Scharf
2024-11-05 16:19:37 +01:00
parent 0d7b68fc49
commit a1469b2d95
+1 -1
View File
@@ -200,7 +200,7 @@ config = {
"part": {
"skip": False,
"totalParts": 4, # divide and run all suites in parts (divide pipelines)
"xsuites": ["search", "app-provider", "oidc"], # suites to skip
"xsuites": ["search", "app-provider", "oidc", "ocm"], # suites to skip
},
"search": {
"skip": False,