Skip to content

Commit

Permalink
Disable olmv1 install test during API transision
Browse files Browse the repository at this point in the history
Need to disable the OLMv1 install test during the API transition.
It will be updated and enabled once the API transition is complete.

Signed-off-by: Todd Short <todd.short@me.com>
  • Loading branch information
tmshort committed Nov 14, 2024
1 parent 3fd5f62 commit 1fb2403
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 1fb2403

Please sign in to comment.