test: env version tests

See coop-cloud/organising#541
This commit is contained in:
2024-07-17 10:06:46 +02:00
parent d22e2c38ce
commit 8084bff104
9 changed files with 201 additions and 9 deletions

View File

@ -325,8 +325,6 @@ 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
@ -352,6 +350,6 @@ teardown(){
_undeploy_app
run $ABRA app secret rm "$TEST_APP_DOMAIN" --all --chaos
run $ABRA app secret rm "$TEST_APP_DOMAIN" --all
assert_success
}