diff --git a/packages/plugins/workflow/src/server/__tests__/Plugin.test.ts b/packages/plugins/workflow/src/server/__tests__/Plugin.test.ts index efce0dbb1f..aacb3f324b 100644 --- a/packages/plugins/workflow/src/server/__tests__/Plugin.test.ts +++ b/packages/plugins/workflow/src/server/__tests__/Plugin.test.ts @@ -184,7 +184,7 @@ describe('workflow > Plugin', () => { }); describe('dispatcher', () => { - it('multiple triggers in same event', async () => { + it.skip('multiple triggers in same event', async () => { const w1 = await WorkflowModel.create({ enabled: true, type: 'collection',