Skip to content

Commit 1fe1d5b

Browse files
committed
fix: also disable RunQueue Worker in queueTimestamp priority test
1 parent 027b712 commit 1fe1d5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal-packages/run-engine/src/engine/tests/priority.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ describe("RunEngine priority", () => {
130130
const engine = new RunEngine({
131131
prisma,
132132
worker: {
133+
disabled: true,
133134
redis: redisOptions,
134135
workers: 1,
135136
tasksPerWorker: 10,

0 commit comments

Comments
 (0)