Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Feb 18, 2024
1 parent f5314a9 commit 049ffcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/container-registry/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ if [ ! -d "$test_deployment_dir" ]; then
fi
echo "deploy create test: passed"

# Note: this isn't strictly necessary, except we end up trying to push the image into
# the kind cluster then fails because it can't be found locally
docker pull registry:2.8

# Try to start the deployment
$TEST_TARGET_SO deployment --dir $test_deployment_dir start
wait_for_pods_started
Expand Down

0 comments on commit 049ffcf

Please sign in to comment.