kaxil commented on code in PR #50141:
URL: https://github.com/apache/airflow/pull/50141#discussion_r2103093300


##########
airflow-core/tests/unit/utils/test_log_handlers.py:
##########
@@ -105,6 +105,7 @@ def test_default_task_logging_setup(self):
         handler = handlers[0]
         assert handler.name == FILE_TASK_HANDLER
 
+    @pytest.mark.xfail(reason="TODO: Needs to be ported over to the new 
structlog based logging")

Review Comment:
   Yup, done: https://github.com/apache/airflow/issues/50977



-- 
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]

Reply via email to