test(core): Skip test failing on MariaDB/MySQL (#16221)

This commit is contained in:
Iván Ovejero
2025-06-11 11:07:56 +02:00
committed by GitHub
parent 9f83fccac1
commit b2f92dfc22

View File

@@ -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()