forked from toolshed/abra
test: skip for now, it's flaking again [ci skip]
We need to solve coop-cloud/organising#541
This commit is contained in:
parent
8cded8752a
commit
f167a91868
@ -326,6 +326,8 @@ teardown(){
|
|||||||
|
|
||||||
# bats test_tags=slow
|
# bats test_tags=slow
|
||||||
@test "deploy specific version with incompatible HEAD" {
|
@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' \
|
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"
|
"$ABRA_DIR/servers/$TEST_SERVER/$TEST_APP_DOMAIN.env"
|
||||||
assert_success
|
assert_success
|
||||||
@ -351,8 +353,6 @@ teardown(){
|
|||||||
|
|
||||||
_undeploy_app
|
_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
|
run $ABRA app secret rm "$TEST_APP_DOMAIN" --all --chaos
|
||||||
assert_success
|
assert_success
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user