From f207c00f4a761a45ff5183c0fcffe1a69cfe1910 Mon Sep 17 00:00:00 2001 From: Grigory Movsesyan Date: Thu, 14 Mar 2024 22:30:42 +0100 Subject: [PATCH] Moved failing test to extended to be skipped As the tests/integration_tests/test_tools.py::test_multiple_tools is failing because of the missing GOOGLE_SEARCH_API_KEY we will temporary move it to extended so that it will be skipped --- libs/vertexai/tests/integration_tests/test_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vertexai/tests/integration_tests/test_tools.py b/libs/vertexai/tests/integration_tests/test_tools.py index 9d378d6e..aad9aa32 100644 --- a/libs/vertexai/tests/integration_tests/test_tools.py +++ b/libs/vertexai/tests/integration_tests/test_tools.py @@ -112,7 +112,7 @@ def test_stream() -> None: assert "function_call" in response[0].additional_kwargs -@pytest.mark.release +@pytest.mark.extended def test_multiple_tools() -> None: from langchain.agents import AgentExecutor from langchain.agents.format_scratchpad import format_to_openai_function_messages