diff --git a/back/methods/account/specs/change-password.spec.js b/back/methods/account/specs/change-password.spec.js index 54526a5ba..9fb3200a7 100644 --- a/back/methods/account/specs/change-password.spec.js +++ b/back/methods/account/specs/change-password.spec.js @@ -1,9 +1,7 @@ const {models} = require('vn-loopback/server/server'); -describe('account changePassword()', () => { +fdescribe('account changePassword()', () => { it('should throw an error when old password is wrong', async() => { - pending('#4038 - Throws a timeout error on CI but not locally'); - let err; await models.Account.changePassword(1, 'wrongPassword', 'nightmare.9999') .catch(error => err = error.sqlMessage);