mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 23:07:12 +02:00
test(core): Skip test failing on MariaDB/MySQL (#16221)
This commit is contained in:
parent
9f83fccac1
commit
b2f92dfc22
|
|
@ -259,7 +259,8 @@ describe('run', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('enqueueExecution', () => {
|
||||
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
|
||||
describe.skip('enqueueExecution', () => {
|
||||
const setupQueue = jest.fn();
|
||||
|
||||
@Service()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user