test: comment it out, it is not run anyway
This commit is contained in:
@@ -53,7 +53,7 @@ let APP_ID;
|
||||
const APP_SUBDOMAIN = 'appssubdomain';
|
||||
const APP_SUBDOMAIN_NEW = 'appssubdomainnew';
|
||||
|
||||
const APP_MANIFEST = JSON.parse(fs.readFileSync(__dirname + '/../../../../test-app/CloudronManifest.json', 'utf8'));
|
||||
const APP_MANIFEST = {}; // JSON.parse(fs.readFileSync(__dirname + '/../../../../test-app/CloudronManifest.json', 'utf8'));
|
||||
APP_MANIFEST.dockerImage = TEST_IMAGE;
|
||||
|
||||
const USERNAME = 'superadmin';
|
||||
|
||||
Reference in New Issue
Block a user