chore: Fix flaky test for scheduled workflows (#8216)
This commit is contained in:
@@ -83,6 +83,10 @@ describe("Workflow Orchestrator module", function () {
|
||||
workflowOrcModule = modules.workflows as unknown as IWorkflowEngineService
|
||||
})
|
||||
|
||||
afterAll(async () => {
|
||||
await WorkflowManager.unregisterAll()
|
||||
})
|
||||
|
||||
it(`should export the appropriate linkable configuration`, () => {
|
||||
const linkable = Module(Modules.WORKFLOW_ENGINE, {
|
||||
service: WorkflowsModuleService,
|
||||
|
||||
Reference in New Issue
Block a user