Skip to content

Commit

Permalink
Skipping tests because imagestreams does not exist yet
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Mar 12, 2024
1 parent d22afba commit f11d3a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test-lib-postgresql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ function test_postgresql_imagestream() {
elif [ "${OS}" == "rhel9" ]; then
tag="-el9"
fi
if [ "${VERSION}" == "16" ]; then
echo "Skip testing Postgresql-16 imagestream test, because it does not exist yet."
return
fi
TEMPLATES="postgresql-ephemeral-template.json
postgresql-persistent-template.json"
for template in $TEMPLATES; do
Expand Down

0 comments on commit f11d3a6

Please sign in to comment.