Revert "Check for LA timezone on sfo cloudron"

This reverts commit 58a532d9ac.
This commit is contained in:
Johannes Zellner 2016-09-08 00:06:37 +02:00
parent 2133b7339e
commit 14e7d67808
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ describe('Appstore new user flow', function () {
user: process.env.IMAP_USERNAME,
password: process.env.IMAP_PASSWORD,
host: process.env.IMAP_HOST,
port: 993, // imap port
port: 993, // imap port
tls: true,
readOnly: true
});
@ -101,7 +101,7 @@ describe('Appstore new user flow', function () {
it('can get the timezone', function () {
// cloudron timezone is set async and this check is here to give Cloudron some time
cloudron.checkTimeZone('America/Los_Angeles');
cloudron.checkTimeZone('America/New_York'); // this is the timezone of the ec2 ci machine
});
// check this after activation