vincbeck commented on code in PR #49363: URL: https://github.com/apache/airflow/pull/49363#discussion_r2047265643
########## providers/amazon/tests/system/amazon/aws/utils/__init__.py: ########## @@ -279,6 +280,9 @@ def set_env_id() -> str: def all_tasks_passed(ti) -> bool: + if isinstance(ti, RuntimeTaskInstance): Review Comment: It never hurts 👌 -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org