From 780e5f6ee708dc26cca43f956c86acf65fea546a Mon Sep 17 00:00:00 2001 From: Hemang Date: Thu, 15 May 2025 18:02:09 +0200 Subject: [PATCH] Skip test_generate_content_with_image for gemini. Getting 500. --- .../gemini/test_generate_content_without_tool_calls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/gemini/test_generate_content_without_tool_calls.py b/tests/integration/gemini/test_generate_content_without_tool_calls.py index 27036a2..cfb4242 100644 --- a/tests/integration/gemini/test_generate_content_without_tool_calls.py +++ b/tests/integration/gemini/test_generate_content_without_tool_calls.py @@ -103,6 +103,7 @@ async def test_generate_content( @pytest.mark.skipif(not os.getenv("GEMINI_API_KEY"), reason="No GEMINI_API_KEY set") @pytest.mark.parametrize("push_to_explorer", [True, False]) +@pytest.mark.skip(reason="Skipping this test: 500 error from Gemini API") async def test_generate_content_with_image( explorer_api_url, gateway_url, push_to_explorer ):