Skip to content

Commit

Permalink
openai[patch]: Skip flaky test (#6677)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Sep 2, 2024
1 parent b85e160 commit 64589be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ describe("response_format: json_schema", () => {
expect(response).toHaveProperty("unit");
});

it("can be streamed with WSO", async () => {
// Flaky test
it.skip("can be streamed with WSO", async () => {
const model = new ChatOpenAI({
model: "gpt-4o-2024-08-06",
}).withStructuredOutput(weatherSchema, {
Expand Down

0 comments on commit 64589be

Please sign in to comment.