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)
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 <[email protected]>
  • Loading branch information
sadlerap authored and web-flow committed Aug 16, 2023
1 parent dce78e3 commit c3d8835
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 c3d8835

Please sign in to comment.