workerTimeControlCheck dbTest fix
gitea/salix/pipeline/head This commit has test failures Details

This commit is contained in:
Bernat Exposito Domenech 2020-03-06 07:14:40 +01:00
parent 85ac133d00
commit 0f8d199d2f
1 changed files with 0 additions and 2 deletions

View File

@ -416,8 +416,6 @@ fdescribe('worker workerTimeControl_check()', () => {
let sql = ParameterizedSQL.join(stmts, ';');
let result = await app.models.Worker.rawStmt(sql);
console.log('warningMessageIndex', result[warningMessageIndex][0]);
// HABLAR CON CARLOS, falla aeatoriamente
expect(result[warningMessageIndex][0].warning).toBe(null);
});