Skip to content

Commit

Permalink
Run MetricsCollectionProfiles tests on all platforms
Browse files Browse the repository at this point in the history
Needed for openshift/api#2084.

Signed-off-by: Pranshu Srivastava <[email protected]>
  • Loading branch information
rexagod committed Nov 14, 2024
1 parent d4dc765 commit 57de9fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/extended/prometheus/collection_profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ var _ = g.Describe("[sig-instrumentation][OCPFeatureGate:MetricsCollectionProfil
r := &runner{}

g.BeforeAll(func() {
if !exutil.IsTechPreviewNoUpgrade(tctx, oc.AdminConfigClient()) {
g.Skip("skipping, this feature is only supported on TechPreviewNoUpgrade clusters")
}
var err error
r.kclient, err = kubernetes.NewForConfig(oc.AdminConfig())
if err != nil {
Expand Down

0 comments on commit 57de9fd

Please sign in to comment.