test: comment it out, it is not run anyway

This commit is contained in:
Girish Ramakrishnan
2024-11-26 15:51:33 +05:30
parent dd45f1c032
commit f0207ff161

View File

@@ -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';