skip infra setup for tests (the test does it itself)

This commit is contained in:
Girish Ramakrishnan
2016-05-04 15:18:40 -07:00
parent 6bcfd33e10
commit 291e625785

View File

@@ -122,6 +122,8 @@ function debugApp(app, args) {
}
function initialize(callback) {
if (process.env.BOX_ENV === 'test') return callback();
debug('initializing addon infrastructure');
shell.sudo('seutp_infra', [ SETUP_INFRA_CMD ], callback);
}