diff --git a/js/src/tests/vercel.int.test.ts b/js/src/tests/vercel.int.test.ts index b98fbb893..28a2280be 100644 --- a/js/src/tests/vercel.int.test.ts +++ b/js/src/tests/vercel.int.test.ts @@ -102,7 +102,7 @@ test("generateText with image", async () => { expect(storedRun.id).toEqual(runId); }); -test("streamText", async () => { +test.skip("streamText", async () => { const runId = uuid(); const result = await streamText({ model: openai("gpt-4o-mini"),