Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Disable non-supported scenarios for OCP v4.13 (#1374)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Macík <[email protected]>

Signed-off-by: Pavel Macík <[email protected]>
  • Loading branch information
pmacik authored and web-flow committed Jan 22, 2023
1 parent 4bcbd99 commit 992660f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/acceptance/features/gettingStartedGuide.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Feature: Getting Started Guide
@disable.arch.s390x
@disable.arch.arm64
@disable-openshift-4.12
@disable-openshift-4.13
Scenario: Connecting PetClinic application to an Operator-backed PostgreSQL database
Given Crunchy Data Postgres operator is running
* PetClinic sample application is installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Feature: Support a number of existing operator-backed services out of the box

@external-feedback
@disable-openshift-4.12
@disable-openshift-4.13
Scenario: Bind test application to Postgres provisioned by Crunchy Data Postgres operator
Given Crunchy Data Postgres operator is running
* Generic test application is running
Expand Down Expand Up @@ -176,6 +177,7 @@ Feature: Support a number of existing operator-backed services out of the box
@disable-github-actions
@disable-openshift-4.11
@disable-openshift-4.12
@disable-openshift-4.13
Scenario: Bind test application to Mysql provisioned by Percona Mysql operator and connect
Given Percona Mysql operator is running
* Generic test application is running
Expand Down Expand Up @@ -253,6 +255,7 @@ Feature: Support a number of existing operator-backed services out of the box
And Application can connect to the projected MySQL database

@disable-openshift-4.12
@disable-openshift-4.13
Scenario: Bind test application to Mysql provisioned by Percona Mysql operator
Given Percona Mysql operator is running
* Generic test application is running
Expand Down Expand Up @@ -445,10 +448,10 @@ Feature: Support a number of existing operator-backed services out of the box
"""
And File "/bindings/$scenario_id/password" exists in application pod

@disable-openshift-4.9
@disable-openshift-4.10
@disable-openshift-4.11
@disable-openshift-4.12
@disable-openshift-4.13
Scenario: Bind test application to MongoDB provisioned by Percona's MongoDB operator on Kubernetes
Given Percona MongoDB operator is running
* Generic test application is running
Expand Down

0 comments on commit 992660f

Please sign in to comment.