workerTimeControlCheck dbTest fix
gitea/salix/pipeline/head This commit has test failures
Details
gitea/salix/pipeline/head This commit has test failures
Details
This commit is contained in:
parent
85ac133d00
commit
0f8d199d2f
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue