From 2894270bc4dc0f8b64843d0fdd58cff726ca52c9 Mon Sep 17 00:00:00 2001 From: Dan Ribbens Date: Thu, 21 Aug 2025 14:29:09 -0400 Subject: [PATCH] test: shouldAutoRun undefined --- test/queues/getConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/queues/getConfig.ts b/test/queues/getConfig.ts index a5edc59120d..d31ef669fc8 100644 --- a/test/queues/getConfig.ts +++ b/test/queues/getConfig.ts @@ -116,7 +116,7 @@ export const getConfig: () => Partial = () => ({ }, // add as many cron jobs as you want ], - shouldAutoRun: () => true, + // shouldAutoRun: () => true, jobsCollectionOverrides: ({ defaultJobsCollection }) => { return { ...defaultJobsCollection,