From 6cd85f72397b262355daed1cd5561caf9e02e82d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 25 Sep 2023 11:11:29 +0200 Subject: [PATCH] test: dont assert_success for check [ci skip] --- tests/integration/app_check.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/app_check.bats b/tests/integration/app_check.bats index 43c51880..934372d5 100644 --- a/tests/integration/app_check.bats +++ b/tests/integration/app_check.bats @@ -87,8 +87,10 @@ setup(){ run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status assert_output --partial 'behind 1' + # NOTE(d1): we can't quite tell if this will fail or not in the future, so, + # since it isn't an important part of what we're testing here, we don't check + # it run $ABRA app check "$TEST_APP_DOMAIN" --offline - assert_success run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status assert_output --partial 'behind 1'