Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jan 25, 2025
1 parent c21b9a6 commit 342df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/src/load/tests/load.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ test("serialize + deserialize llm chain chat prompt", async () => {
expect(JSON.stringify(chain2, null, 2)).toBe(str);
});

test("serialize + deserialize Azure llm chain chat prompt", async () => {
test.skip("serialize + deserialize Azure llm chain chat prompt", async () => {
// eslint-disable-next-line no-process-env
process.env.OPENAI_API_KEY = undefined;
const llm = new AzureChatOpenAI({
Expand Down

0 comments on commit 342df3b

Please sign in to comment.