Skip to content

Commit

Permalink
Merge pull request #29285 from tmshort/disable-for-olmv1-merge
Browse files Browse the repository at this point in the history
NO-ISSUE: Disable olmv1 install test during API transision
  • Loading branch information
openshift-merge-bot[bot] authored Nov 15, 2024
2 parents d86ecc9 + 1fb2403 commit 90f6954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/extended/olm/olmv1.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var _ = g.Describe("[sig-olmv1] OLMv1 CRDs", func() {
oc := exutil.NewCLIWithoutNamespace("default")

g.It("should be installed", func(ctx g.SpecContext) {
g.Skip("Test is temporarily disabled while we make anticipated, breaking changes.")
// Check for tech preview, if this is not tech preview, bail
if !exutil.IsTechPreviewNoUpgrade(ctx, oc.AdminConfigClient()) {
g.Skip("Test only runs in tech-preview")
Expand Down Expand Up @@ -74,6 +75,7 @@ var _ = g.Describe("[sig-olmv1] OLMv1 Catalogs", func() {
oc := exutil.NewCLIWithoutNamespace("default")

g.It("should be installed", func(ctx g.SpecContext) {
g.Skip("Test is temporarily disabled while we make anticipated, breaking changes.")
// Check for tech preview, if this is not tech preview, bail
if !exutil.IsTechPreviewNoUpgrade(ctx, oc.AdminConfigClient()) {
g.Skip("Test only runs in tech-preview")
Expand Down Expand Up @@ -123,6 +125,7 @@ var _ = g.Describe("[sig-olmv1][Serial] OLMv1 operator installation", func() {
})

g.It("should install a cluster extension", func(ctx g.SpecContext) {
g.Skip("Test is temporarily disabled while we make anticipated, breaking changes.")
const (
packageName = "quay-operator"
version = "3.13.0"
Expand Down Expand Up @@ -161,6 +164,7 @@ var _ = g.Describe("[sig-olmv1][Serial] OLMv1 operator installation", func() {
})

g.It("should block cluster upgrades if an incompatible operator is installed", func(ctx g.SpecContext) {
g.Skip("Test is temporarily disabled while we make anticipated, breaking changes.")
const (
packageName = "elasticsearch-operator"
version = "5.8.13"
Expand Down

0 comments on commit 90f6954

Please sign in to comment.