test: skip for now, it's flaking again [ci skip]

We need to solve coop-cloud/organising#541
This commit is contained in:
decentral1se 2024-07-16 23:28:00 +02:00
parent 8cded8752a
commit f167a91868
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -326,6 +326,8 @@ teardown(){
# bats test_tags=slow
@test "deploy specific version with incompatible HEAD" {
skip "https://git.coopcloud.tech/coop-cloud/organising/issues/541"
run sed -i 's/COMPOSE_FILE="compose.yml"/COMPOSE_FILE="compose.yml:compose.extra_secret.yml"/g' \
"$ABRA_DIR/servers/$TEST_SERVER/$TEST_APP_DOMAIN.env"
assert_success
@ -351,8 +353,6 @@ teardown(){
_undeploy_app
# TODO(d1): use of `--chaos` is a hack while the following is not fixed
# https://git.coopcloud.tech/coop-cloud/organising/issues/620
run $ABRA app secret rm "$TEST_APP_DOMAIN" --all --chaos
assert_success
}