ephraimbuddy commented on a change in pull request #19367:
URL: https://github.com/apache/airflow/pull/19367#discussion_r747392653



##########
File path: tests/models/test_dag.py
##########
@@ -1848,9 +1888,6 @@ def test_dags_needing_dagruns_not_too_early(self):
         dag_models = DagModel.dags_needing_dagruns(session).all()
         assert dag_models == []
 
-        session.rollback()
-        session.close()

Review comment:
       Yes. I was seeing that it was repeated, happy to return it back if it's 
preferred




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