mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
test(core): Skip test until fixed (#15416)
This commit is contained in:
@@ -23,7 +23,8 @@ describe('UserRepository', () => {
|
||||
});
|
||||
|
||||
describe('findManyByRangeQuery', () => {
|
||||
test('sort by `createdAt` if `startedAt` is null', async () => {
|
||||
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
|
||||
test.skip('sort by `createdAt` if `startedAt` is null', async () => {
|
||||
const workflow = await createWorkflow();
|
||||
const execution1 = await createExecution({}, workflow);
|
||||
const execution2 = await createExecution({ startedAt: null }, workflow);
|
||||
|
||||
Reference in New Issue
Block a user