potiuk commented on a change in pull request #10956:
URL: https://github.com/apache/airflow/pull/10956#discussion_r501095203
##########
File path: tests/jobs/test_backfill_job.py
##########
@@ -160,10 +160,11 @@ def test_trigger_controller_dag(self):
)
job.run()
- task_instances_list = dag_file_processor._process_task_instances(
- target_dag,
- dag_runs=DagRun.find(dag_id='example_trigger_target_dag')
- )
+ task_instances_list = []
Review comment:
This one is left I think @ashb?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]