test: skip known failures [ci skip]
continuous-integration/drone/pr Build is passing Details

See #403
This commit is contained in:
decentral1se 2024-03-11 13:57:07 +01:00
parent e84297425e
commit 81897bf4da
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 5 additions and 1 deletions

View File

@ -59,6 +59,8 @@ teardown(){
# bats test_tags=slow
@test "error if not in catalogue" {
skip "known issue, see https://git.coopcloud.tech/coop-cloud/recipes-catalogue-json/issues/6"
_deploy_app
run $ABRA app version "$TEST_APP_DOMAIN"

View File

@ -12,7 +12,9 @@ setup() {
}
@test "error if not present in catalogue" {
run $ABRA recipe versions "example"
skip "known issue, see https://git.coopcloud.tech/coop-cloud/recipes-catalogue-json/issues/6"
run $ABRA recipe versions "$TEST_RECIPE"
assert_failure
assert_output --partial "is not published on the catalogue"
}