Skip to content

Commit

Permalink
fix: skip release test, add test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
c-walter committed Jun 10, 2024
1 parent 351119f commit 1824727
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ setup() {

health_checks() {
# Check the service is running
echo "check qdrant service" >&3
curl -sL https://test-qdrant.ddev.site:6333

# Check the dashboard is running
echo "check qdrant dashboard http statuscode" >&3
curl -o /dev/null -sL -w "%{http_code}\n" https://test-qdrant.ddev.site:6333/dashboard
}

Expand All @@ -37,7 +39,7 @@ teardown() {
}

@test "install from release" {
# skip "Temporary skip"
skip "Temporary skip"
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get netz98/ddev-qdrant with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
Expand Down

0 comments on commit 1824727

Please sign in to comment.