skip expected failure when running tests locally
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
p4u1 2024-03-11 14:11:40 +01:00
parent 555f830720
commit 0ca65b1d4f
1 changed files with 4 additions and 0 deletions

View File

@ -273,6 +273,10 @@ teardown(){
}
@test "ensure domain is checked" {
if [[ "$TEST_SERVER" == "default" ]]; then
skip "domain checks are disabled for local server"
fi
appDomain="custom-html.DOESNTEXIST"
run $ABRA app new custom-html \