Skip to content

Commit

Permalink
Test with 4.15+ for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 30, 2024
1 parent 9eb1588 commit 5a703c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bats/foreman_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ tSkipIfOlderThan43() {

tContainerPushSupported() {
KATELLO_VERSION=$(tKatelloVersion)
if ! tIsVersionNewer "${KATELLO_VERSION}" 4.14; then
skip "Container push is only supported on Katello 4.14+"
if ! tIsVersionNewer "${KATELLO_VERSION}" 4.15; then
skip "Container push is only supported on Katello 4.15+"
fi
}

Expand Down

0 comments on commit 5a703c6

Please sign in to comment.