fix: se excluyen los test de back que fallan intermitente #1225

Merged
vicent merged 3 commits from 5035-intermittent_backTest into dev 2023-01-12 07:40:04 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 29e66157ea - Show all commits

View File

@ -31,6 +31,8 @@ describe('InvoiceOut downloadZip()', () => {
});
it('should return an error if the size of the files is too large', async() => {
pending('https://redmine.verdnatura.es/issues/5035');
const tx = await models.InvoiceOut.beginTransaction({});
let error;

View File

@ -309,6 +309,8 @@ describe('workerTimeControl add/delete timeEntry()', () => {
});
it('Should throw an error when trying "out" before closing a "middle" couple', async() => {
pending('https://redmine.verdnatura.es/issues/5035');
activeCtx.accessToken.userId = salesBossId;
const workerId = hankPymId;