mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(core): Skip test failing on MariaDB/MySQL (#16221)
This commit is contained in:
@@ -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();
|
const setupQueue = jest.fn();
|
||||||
|
|
||||||
@Service()
|
@Service()
|
||||||
|
|||||||
Reference in New Issue
Block a user