Skip to content

Commit

Permalink
Explain failing task route test
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Jan 2, 2025
1 parent 3d333a8 commit 37f23df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion agents-api/tests/test_task_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 37f23df

Please sign in to comment.