mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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();
|
||||
|
||||
@Service()
|
||||
|
||||
Reference in New Issue
Block a user