Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann committed Dec 16, 2024
1 parent 507e380 commit d103586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/setup_suite.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setup_suite() {
kind create cluster -n qdrant-helm-integration
kubectl create serviceaccount default -n default
kubectl create serviceaccount default -n default || true
kubectl -n default run curl --image=docker.io/curlimages/curl --command -- sh -c '
echo "connect-timeout = 5" > $HOME/.curlrc;
echo "retry = 60" >> $HOME/.curlrc;
Expand Down

0 comments on commit d103586

Please sign in to comment.