ashb commented on a change in pull request #17719:
URL: https://github.com/apache/airflow/pull/17719#discussion_r692479872
##########
File path: tests/core/test_core.py
##########
@@ -314,64 +330,12 @@ def test_task_get_template(self):
assert value == expected_value
assert [str(m.message) for m in recorder] == [message]
- def test_local_task_job(self):
Review comment:
These tests are duplicating what was already in test_local_task_job --
we don't need them again.
--
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]