1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-25 22:37:24 +00:00

Update test packages

This commit is contained in:
Girish Ramakrishnan
2023-10-11 10:43:37 +05:30
parent 6da37e33bd
commit 83578811b0
3 changed files with 16 additions and 20 deletions

View File

@@ -134,10 +134,6 @@ describe('Application life cycle test', function () {
});
}
function wait (done) {
setTimeout(done, 10000);
}
xit('build app', function () { execSync('cloudron build', EXEC_ARGS); });
it('install app', function () { execSync('cloudron install --port-bindings SYNC_PORT=' + SYNC_PORT + ' --location ' + LOCATION, EXEC_ARGS); });