Merge pull request 'fix: se excluyen los test de back que fallan intermitente' (!1225) from 5035-intermittent_backTest into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1225 Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
commit
bca8a324d8
|
@ -30,6 +30,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;
|
||||
|
|
Loading…
Reference in New Issue