Skip to content

Commit

Permalink
sig-olmv1: update all but one of the olmv1 tests to be skipped in dis…
Browse files Browse the repository at this point in the history
…connected testing

as all the skipped tests expect some level of internet access or a
specific disconnected environment configuration.

Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Nov 20, 2024
1 parent 36b577a commit d08b949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/extended/olm/olmv1.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 CRDs", func() {
})
})

var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 Catalogs", func() {
var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 Catalogs", func() {
defer g.GinkgoRecover()
oc := exutil.NewCLIWithoutNamespace("default")

Expand Down Expand Up @@ -93,7 +93,7 @@ var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 Catalogs", func() {
})
})

var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 New Catalog Install", func() {
var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 New Catalog Install", func() {
defer g.GinkgoRecover()

var (
Expand Down Expand Up @@ -132,7 +132,7 @@ var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM] OLMv1 New Catalog Install
})
})

var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM][Serial] OLMv1 operator installation", func() {
var _ = g.Describe("[sig-olmv1][OCPFeatureGate:NewOLM][Serial][Skipped:Disconnected] OLMv1 operator installation", func() {
defer g.GinkgoRecover()

var (
Expand Down

0 comments on commit d08b949

Please sign in to comment.