diff --git a/tests/integration/recipe_new.bats b/tests/integration/recipe_new.bats index 49cb167b..404581c2 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 }