potiuk commented on PR #39176:
URL: https://github.com/apache/airflow/pull/39176#issuecomment-2070963613

   It's because System Tests use `debug executor` that has no 
triggerer/deferred support 
https://github.com/apache/airflow/blob/main/tests/system/conftest.py#L29 
   
   Proper way would likely be to change System Tests to use `airflow dag test` 
under the hood which was replacement for Debug Executor: 
https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/debug.html#testing-dags-with-dag-test
 
   
   That would even enable to remove DebugExecutor because this is the last 
thing it is used for.


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