ashb commented on code in PR #44898:
URL: https://github.com/apache/airflow/pull/44898#discussion_r1883766907
##########
tests/models/test_dagbag.py:
##########
@@ -655,154 +607,6 @@ def f():
assert "tmp_file.py" in dagbag.import_errors
assert "DagBag import timeout for" in caplog.text
- @patch("airflow.models.dagbag.DagBag.collect_dags")
- @patch("airflow.models.serialized_dag.SerializedDagModel.write_dag")
- @patch("airflow.models.dag.DAG.bulk_write_to_db")
- def test_sync_to_db_is_retried(self, mock_bulk_write_to_db,
mock_s10n_write_dag, mock_collect_dags):
Review Comment:
Move to test_collection
--
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]