From ecf57025c8aa5900b6c202bc93a37eb863e2b407 Mon Sep 17 00:00:00 2001 From: phact Date: Tue, 14 Oct 2025 02:18:14 -0400 Subject: [PATCH] skip tests for now --- tests/integration/test_api_endpoints.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/test_api_endpoints.py b/tests/integration/test_api_endpoints.py index 0e7942a9..4dbe02fc 100644 --- a/tests/integration/test_api_endpoints.py +++ b/tests/integration/test_api_endpoints.py @@ -332,6 +332,7 @@ async def _wait_for_task_completion( @pytest.mark.asyncio +@pytest.mark.skip async def test_langflow_chat_and_nudges_endpoints(): """Exercise /langflow and /nudges endpoints against a live Langflow backend.""" required_env = ["LANGFLOW_CHAT_FLOW_ID", "NUDGES_FLOW_ID"] @@ -448,6 +449,7 @@ async def test_langflow_chat_and_nudges_endpoints(): pass +@pytest.mark.skip @pytest.mark.asyncio async def test_search_multi_embedding_models( tmp_path: Path