diff --git a/libs/langchain-google-genai/src/tests/chat_models.int.test.ts b/libs/langchain-google-genai/src/tests/chat_models.int.test.ts index c12d06e01e9f..808931b4e05d 100644 --- a/libs/langchain-google-genai/src/tests/chat_models.int.test.ts +++ b/libs/langchain-google-genai/src/tests/chat_models.int.test.ts @@ -726,7 +726,7 @@ describe("CodeExecutionTool", () => { }); }); -test.only("pass pdf to request", async () => { +test("pass pdf to request", async () => { const model = new ChatGoogleGenerativeAI({ model: "gemini-2.0-flash-exp", temperature: 0,