diff --git a/test/cloudron-autoupdate-sfo1-test.js b/test/cloudron-autoupdate-sfo1-test.js index 80fe20b..572023b 100644 --- a/test/cloudron-autoupdate-sfo1-test.js +++ b/test/cloudron-autoupdate-sfo1-test.js @@ -75,8 +75,7 @@ describe('Cloudron update testing', function () { cloudron.setCredentials(owner.password, token); }); - // enable this in next release - xit('can enable email', function () { + it('can enable email', function () { cloudron.setEmailEnabled(true); }); diff --git a/test/cloudron-update-ams3-test.js b/test/cloudron-update-ams3-test.js index acdd72b..deb74cb 100644 --- a/test/cloudron-update-ams3-test.js +++ b/test/cloudron-update-ams3-test.js @@ -65,8 +65,7 @@ describe('Cloudron update testing', function () { cloudron.activate(owner); }); - // enable this is next release - xit('can enable email', function () { + it('can enable email', function () { cloudron.setEmailEnabled(true); });