From 11656c009df0f6acb272a0614b12264cf08e82e5 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 26 Oct 2025 11:49:57 +0100 Subject: [PATCH] test: don't wat to converge [ci skip] --- tests/integration/recipe_new.bats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/recipe_new.bats b/tests/integration/recipe_new.bats index 49cb167b91..404581c2b8 100644 --- a/tests/integration/recipe_new.bats +++ b/tests/integration/recipe_new.bats @@ -53,7 +53,8 @@ teardown(){ --domain "foobar.$TEST_SERVER" assert_success - run $ABRA app deploy "foobar.$TEST_SERVER" --no-input + run $ABRA app deploy "foobar.$TEST_SERVER" \ + --no-input --no-converge-checks assert_success }