Skip to content

Commit d1716a9

Browse files
committed
Expect this test to fail until we support parallel dequeuing of an env with streaming
1 parent 09101fc commit d1716a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal-packages/run-engine/src/run-queue/index.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,8 @@ describe("RunQueue", () => {
355355
}
356356
);
357357

358-
redisTest(
358+
// This test fails now because we only return a single run per env. We will change this in the future.
359+
redisTest.fails(
359360
"Dequeue multiple messages from the queue",
360361
{ timeout: 5_000 },
361362
async ({ redisContainer }) => {

0 commit comments

Comments
 (0)