Skip to content

Commit

Permalink
skip test for official ddev repo
Browse files Browse the repository at this point in the history
  • Loading branch information
reloxx13 committed Sep 20, 2023
1 parent 2452e61 commit d00ffee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ teardown() {
}

@test "install from release" {
skip # Not yet official

set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get ddev/ddev-swagger-ui with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
Expand Down

0 comments on commit d00ffee

Please sign in to comment.