Skip to content

Commit 7ecd5f1

Browse files
committed
Do not run test_python_imagestream as well
for version 3.12-minimal and rhel8 Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 3e5b2b8 commit 7ecd5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-lib-python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function ct_pull_or_import_postgresql() {
3737

3838
# Check the imagestream
3939
function test_python_imagestream() {
40-
if [[ "${VERSIONS}" == "3.12" ]] && [[ "${OS}" == "rhel8" ]]; then
40+
if [[ "${VERSIONS}" == "3.12" ]] || [[ "${VERSIONS}" == "3.12-minimal" ]] && [[ "${OS}" == "rhel8" ]]; then
4141
echo "Skipping tests for ${VERSIONS}. It is not supported in Container Catalog. Imagestreams do not exist for them."
4242
return 0
4343
fi

0 commit comments

Comments
 (0)