jx2lee commented on code in PR #44986:
URL: https://github.com/apache/airflow/pull/44986#discussion_r1941076584
##########
tests/api_fastapi/execution_api/routes/test_task_instances.py:
##########
@@ -716,6 +716,81 @@ def test_ti_runtime_checks_failure(self, client, session,
create_task_instance):
session.expire_all()
+ def test_ti_update_state_to_fail_with_asset_profile_extra(self, client,
session, create_task_instance):
+ clear_db_assets()
+ clear_db_runs()
Review Comment:
These lines are in
[`test_ti_update_state_to_success_with_asset_events`](https://github.com/apache/airflow/blob/6c536f52af5caf6170a4982b1ca44747f90863d1/tests/api_fastapi/execution_api/routes/test_task_instances.py#L311),
but with removing them failed test, so I didn't remove them.
--
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]