Skip to content

Commit de2df21

Browse files
committed
Add support for testing imagestream on RHEL9
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 46173f7 commit de2df21

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test-lib-postgresql.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ function test_postgresql_integration() {
2828

2929
# Check the imagestream
3030
function test_postgresql_imagestream() {
31-
case ${OS} in
32-
rhel7|centos7|rhel8) ;;
33-
*) echo "Imagestream testing not supported for $OS environment." ; return 0 ;;
34-
esac
3531
local tag="-el7"
3632
if [ "${OS}" == "rhel8" ]; then
3733
tag="-el8"

0 commit comments

Comments
 (0)