ashb commented on code in PR #48749:
URL: https://github.com/apache/airflow/pull/48749#discussion_r2037197443
##########
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py:
##########
@@ -1222,37 +1222,6 @@ def test_get_start_date_not_found(self, client):
response =
client.get(f"/execution/task-reschedules/{ti_id}/start_date")
assert response.json() is None
- def test_get_start_date_with_try_number(self, client, session,
create_task_instance):
Review Comment:
It's not possible to get this data for anything other than the current try
number as we delete the old try data in `TI.prepare_db_for_next_try`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]