From da1ad85e6a261277efd8cd6447eb4c322d8794af Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 2 Sep 2016 00:13:56 -0700 Subject: [PATCH] email api does not exist in old version --- test/cloudron-autoupdate-sfo1-test.js | 3 ++- test/cloudron-update-ams3-test.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/cloudron-autoupdate-sfo1-test.js b/test/cloudron-autoupdate-sfo1-test.js index 572023b..80fe20b 100644 --- a/test/cloudron-autoupdate-sfo1-test.js +++ b/test/cloudron-autoupdate-sfo1-test.js @@ -75,7 +75,8 @@ describe('Cloudron update testing', function () { cloudron.setCredentials(owner.password, token); }); - it('can enable email', function () { + // enable this in next release + xit('can enable email', function () { cloudron.setEmailEnabled(true); }); diff --git a/test/cloudron-update-ams3-test.js b/test/cloudron-update-ams3-test.js index deb74cb..acdd72b 100644 --- a/test/cloudron-update-ams3-test.js +++ b/test/cloudron-update-ams3-test.js @@ -65,7 +65,8 @@ describe('Cloudron update testing', function () { cloudron.activate(owner); }); - it('can enable email', function () { + // enable this is next release + xit('can enable email', function () { cloudron.setEmailEnabled(true); });