arbitrarily run two tests in a different region

This commit is contained in:
Girish Ramakrishnan 2016-03-31 17:39:51 -07:00
parent eb130c9fe2
commit ed62ae7bf3
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ describe('Cloudron user creation testing', function () {
it('can create a cloudron', function () {
box = appStore.createCloudron({
domain: common.cloudronDomain(__filename),
region: 'sfo1',
region: 'ams3',
size: '1gb',
version: BOX_VERSION
});

View File

@ -53,7 +53,7 @@ describe('Custom domain test', function () {
it('can create a cloudron', function () {
box = appStore.createCloudron({
domain: CUSTOM_DOMAIN,
region: 'sfo1',
region: 'ams3',
size: '1gb',
version: BOX_VERSION
});