diff --git a/test/ci_integration.sh b/test/ci_integration.sh index 3769e74db2..365ed3862e 100755 --- a/test/ci_integration.sh +++ b/test/ci_integration.sh @@ -61,10 +61,6 @@ main() { # Execute the test lifecycle kitchen create "$SUITE" kitchen converge "$SUITE" - if [[ "$SUITE" != "deploy-service-local" ]] - then - kitchen converge "$SUITE" - fi kitchen verify "$SUITE" }