Mark test requiring ollama server as xfail (#10)

Should only run these locally for now
This commit is contained in:
Wei Ji
2025-12-04 15:29:12 +00:00
committed by GitHub
parent 24c53b66e3
commit a87b64b71e
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ async def initialized_app():
del app.state.chatbot
@pytest.mark.asyncio
@pytest.mark.xfail
async def test_hello_world(initialized_app):
"""Hello world test for the API"""
async with AsyncClient(
+1
View File
@@ -16,6 +16,7 @@ TEST_IMAGE_URL = "https://petapixel.com/assets/uploads/2022/08/French-Officials-
(TEST_IMAGE_URL, "building"),
],
)
@pytest.mark.xfail
def test_summarize_sat_img(img_url, summary):
command = summarize_sat_img.invoke(
ToolCall(