Skip to content

Commit c371878

Browse files
committed
Skip metrics e2e tests for now
1 parent bd44a27 commit c371878

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/e2e/metrics_e2e_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)