diff --git a/tests/integration/app_check.bats b/tests/integration/app_check.bats index 43c518802..934372d5a 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'