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

cherry-pick(release-v1.3.x): Disable scenarios not supported for OCP v4.12 also for OCP v4.13 #1375

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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