Skip to content

Commit

Permalink
Update old URI to new one in the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
  • Loading branch information
jhuttana committed Nov 23, 2023
1 parent 9b9d2d2 commit d8d94ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/features/java/java_s2i.feature
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ Feature: Openshift OpenJDK S2I tests

# deprecated?
Scenario: run an S2I build that depends on com.redhat.xpaas.repo.redhatga being defined
Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple

# deprecated?
Scenario: run an S2I that should fail as MAVEN_ARGS does not define com.redhat.xpaas.repo.redhatga
Given failing s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple using openjdk-enforce-profile
Given failing s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple using openjdk-enforce-profile
| variable | value |
| MAVEN_ARGS | -e package |

Expand Down

0 comments on commit d8d94ed

Please sign in to comment.