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

Commit

Permalink
test: disable deployment configs in openshift 4.14 (#1470) (#1473)
Browse files Browse the repository at this point in the history
OpenShift 4.14+ deprecates support for deploymentconfig resources, so we shouldn't run tests that
depend on them in those environments.

Signed-off-by: Andy Sadler <ansadler@redhat.com>
Co-authored-by: Andy Sadler <ansadler@redhat.com>
  • Loading branch information
service-binding-operator-bot and sadlerap committed Aug 17, 2023
1 parent 83b63b3 commit c99c3a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Feature: Bind application to provisioned service

@openshift
@external-feedback
@disable-openshift-4.14+
Scenario: Bind provisioned service to application deployed as deployment config
Given Generic test application is running as deployment config
When Service Binding is applied
Expand Down

0 comments on commit c99c3a9

Please sign in to comment.