skip expected failure when running tests locally
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-03-11 14:11:40 +01:00
parent 555f830720
commit 0ca65b1d4f

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 \