Skip to content

Commit 202ba3f

Browse files
committed
fix: add skip annotation for olm capability
Signed-off-by: ehila <[email protected]>
1 parent 2d8cc60 commit 202ba3f

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

test/extended/util/annotate/generated/zz_generated.annotations.go

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/extended/util/annotate/rules.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,13 @@ var (
240240
// Requires ImageRegistry service to be active for OCM to be able to create pull secrets
241241
`\[sig-devex\]\[Feature:OpenShiftControllerManager\] TestAutomaticCreationOfPullSecrets \[apigroup:config.openshift.io\]`,
242242
`\[sig-devex\]\[Feature:OpenShiftControllerManager\] TestDockercfgTokenDeletedController \[apigroup:image.openshift.io\]`,
243+
244+
// These tests run against OLM which does not exist when the optional OLM capability is disabled.
245+
`\[sig-operator\] OLM should Implement packages API server and list packagemanifest info with namespace not NULL`,
246+
`\[sig-operator\] OLM should be installed with`,
247+
`\[sig-operator\] OLM should have imagePullPolicy:IfNotPresent on thier deployments`,
248+
`\[sig-operator\] an end user can use OLM`,
249+
`\[sig-arch\] ocp payload should be based on existing source OLM`,
243250
},
244251
}
245252
)

0 commit comments

Comments
 (0)