Skip to content

Commit 027b712

Browse files
committed
fix: disable RunQueue Worker in priority tests to prevent partial-batch race
1 parent 7d7ebdd commit 027b712

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
@@ -20,6 +20,7 @@ describe("RunEngine priority", () => {
2020
const engine = new RunEngine({
2121
prisma,
2222
worker: {
23+
disabled: true,
2324
redis: redisOptions,
2425
workers: 1,
2526
tasksPerWorker: 10,

0 commit comments

Comments
 (0)