Skip to content

Commit

Permalink
skip flaky js integration test (#1232)
Browse files Browse the repository at this point in the history
saw some flakiness in comparative evals stuff too, but not skipping
those because seems less common

if we do want to remove comparative evals:
c07164a
  • Loading branch information
efriis authored Nov 19, 2024
1 parent 79f3008 commit 4062079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tests/vercel.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 4062079

Please sign in to comment.