Skip to content

Commit

Permalink
test: do not load images
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
  • Loading branch information
sthaha committed Mar 25, 2024
1 parent 535473a commit 938d5b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,10 @@ kind_load_images() {
kind_load_image "$img"
done < <(yq -r .spec.relatedImages[].image "$OPERATOR_CSV")

info "loading additional images from $TEST_IMAGES_YAML"
while read -r img; do
kind_load_image "$img"
done < <(yq -r .images[].image "$TEST_IMAGES_YAML")
# info "loading additional images from $TEST_IMAGES_YAML"
# while read -r img; do
# kind_load_image "$img"
# done < <(yq -r .images[].image "$TEST_IMAGES_YAML")

return 0
}
Expand Down

0 comments on commit 938d5b6

Please sign in to comment.