mirror of
https://github.com/dataforcanada/d4c-service-geo-assistant.git
synced 2026-06-13 22:41:01 +02:00
Mark test requiring ollama server as xfail (#10)
Should only run these locally for now
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user