There was an error while loading. Please reload this page.
2 parents d694ed3 + 8acd71c commit 954d227Copy full SHA for 954d227
1 file changed
test/extended/prometheus/collection_profiles.go
@@ -63,9 +63,6 @@ var _ = g.Describe("[sig-instrumentation][OCPFeatureGate:MetricsCollectionProfil
63
tctx := context.Background()
64
65
g.BeforeAll(func() {
66
- if !exutil.IsTechPreviewNoUpgrade(tctx, oc.AdminConfigClient()) {
67
- g.Skip("skipping, this feature is only supported on TechPreviewNoUpgrade clusters")
68
- }
69
var err error
70
r.kclient, err = kubernetes.NewForConfig(oc.AdminConfig())
71
if err != nil {
0 commit comments