We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09101fc commit d1716a9Copy full SHA for d1716a9
internal-packages/run-engine/src/run-queue/index.test.ts
@@ -355,7 +355,8 @@ describe("RunQueue", () => {
355
}
356
);
357
358
- redisTest(
+ // This test fails now because we only return a single run per env. We will change this in the future.
359
+ redisTest.fails(
360
"Dequeue multiple messages from the queue",
361
{ timeout: 5_000 },
362
async ({ redisContainer }) => {
0 commit comments