disable addons check for now

This commit is contained in:
Girish Ramakrishnan 2015-10-13 09:27:02 -07:00
parent 604d14e4a1
commit ea21ffde9f
1 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ describe('Cloudron update testing', function () {
assert.strictEqual(res.body.redis, 'OK');
});
it('can check the addons', function () {
xit('can check the addons', function () {
var res = request.post('https://' + location + '-' + box.domain + '/check_addons').query({ username: owner.username, password: owner.password }).end();
assert.strictEqual(res.statusCode, 200);
assert.strictEqual(res.body.mysql, 'OK');
@ -112,7 +112,7 @@ describe('Cloudron update testing', function () {
cloudron.waitForApp(appId);
});
it('can check the addons', function () {
xit('can check the addons', function () {
var res = request.post('https://' + location + '-' + box.domain + '/check_addons').query({ username: owner.username, password: owner.password }).end();
assert.strictEqual(res.statusCode, 200);
assert.strictEqual(res.body.mysql, 'OK');
@ -135,7 +135,7 @@ describe('Cloudron update testing', function () {
cloudron.waitForApp(appId);
});
it('can check the addons', function () {
xit('can check the addons', function () {
var res = request.post('https://' + location + '-' + box.domain + '/check_addons').query({ username: owner.username, password: owner.password }).end();
assert.strictEqual(res.statusCode, 200);
assert.strictEqual(res.body.mysql, 'OK');