From ef5f54e146d7aac09675fdf26238d2fac3faf24c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 11 Mar 2024 14:22:06 +0100 Subject: [PATCH] test: skip this test for $reasons See https://git.coopcloud.tech/coop-cloud/abra/pulls/403 --- tests/integration/app_deploy.bats | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index 59cdd481..0df25675 100644 --- a/tests/integration/app_deploy.bats +++ b/tests/integration/app_deploy.bats @@ -117,6 +117,9 @@ teardown(){ # bats test_tags=slow @test "deploy latest commit if no published versions and no --chaos" { + # TODO(d1): fix with a new test recipe which has no published versions? + skip "known issue, abra-test-recipe has published versions now" + latestCommit="$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" rev-parse --short HEAD)" _remove_tags