From 39b40fcf03cfc4871a6d6817cff7b262fa7d4245 Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Tue, 4 Jun 2019 17:15:12 -0400 Subject: [PATCH] Remove second converge from all suites --- test/ci_integration.sh | 4 ---- 1 file changed, 4 deletions(-) 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" }