File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ import (
2828 "github.com/operator-framework/operator-lifecycle-manager/test/e2e/ctx"
2929)
3030
31- var _ = Describe ("Metrics are generated for OLM managed resources" , Label ("Metrics" ), func () {
31+ // With the new authentication mechanisms added to OLM components, metrics endpoints
32+ // are now secured by default. Therefore, these tests are disabled until we can
33+ // properly configure authentication for the OLM components in the e2e test suite.
34+ // See: https://github.com/operator-framework/operator-lifecycle-manager/commit/589a5d0cc11ee76518173c9a21ce3f1adc15fa78
35+ var _ = XDescribe ("Metrics are generated for OLM managed resources" , Label ("Metrics" ), func () {
3236 var (
3337 c operatorclient.ClientInterface
3438 crc versioned.Interface
You can’t perform that action at this time.
0 commit comments