finally finally finally the tests are working

This commit is contained in:
Girish Ramakrishnan
2016-05-24 20:00:00 -07:00
parent 078e36f07f
commit 4afdf50736
2 changed files with 30 additions and 48 deletions

View File

@@ -44,8 +44,6 @@ function initialize(callback) {
stopContainersSync();
if (!existingInfra.INFRA_VERSION) removeImagesSync(); // a hack for --recreate-infra
startAddons(function (error) {
if (error) return callback(error);