From 37f23df2a711fce0b4db3e26201693d3439baa26 Mon Sep 17 00:00:00 2001 From: HamadaSalhab Date: Thu, 2 Jan 2025 15:37:57 +0300 Subject: [PATCH] Explain failing task route test --- agents-api/tests/test_task_routes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agents-api/tests/test_task_routes.py b/agents-api/tests/test_task_routes.py index 1d27d26d7..a2ddafee6 100644 --- a/agents-api/tests/test_task_routes.py +++ b/agents-api/tests/test_task_routes.py @@ -241,7 +241,10 @@ def _(make_request=make_request, agent=test_agent): assert len(tasks) > 0 -@skip("Temporal connextion issue") +# It's failing while getting the temporal client in +# the `update_execution.py` route, but it's correctly +# getting it in the `create_task_execution.py` route +@skip("Temporal connection issue") @test("route: update execution") async def _(make_request=make_request, task=test_task): data = {