Skip to content

Commit

Permalink
Disable tests about SBO
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Oct 5, 2021
1 parent 3701ee1 commit cb48670
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/operatorhub/cmd_link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ var _ = Describe("odo link command tests for OperatorHub", func() {
helper.Cmd("odo", "exec", "--context", commonVar.Context, "--", "ls", "/bindings/redis-link/clusterIP").ShouldPass()
})

It("should find owner references on link and service", func() {
// Removed from issue https://github.com/openshift/odo/issues/5084
XIt("should find owner references on link and service", func() {
if os.Getenv("KUBERNETES") == "true" {
Skip("This is a OpenShift specific scenario, skipping")
}
Expand Down Expand Up @@ -346,7 +347,8 @@ var _ = Describe("odo link command tests for OperatorHub", func() {
helper.DeleteDir(context1)
})

It("should link the two components successfully with service binding operator", func() {
// Removed from issue https://github.com/openshift/odo/issues/5084
XIt("should link the two components successfully with service binding operator", func() {

if os.Getenv("KUBERNETES") == "true" {
// service binding operator is not installed on kubernetes
Expand Down

0 comments on commit cb48670

Please sign in to comment.