ramitkataria commented on code in PR #55241:
URL: https://github.com/apache/airflow/pull/55241#discussion_r2323733714


##########
airflow-core/tests/unit/models/test_deadline.py:
##########
@@ -232,20 +255,6 @@ def test_handle_callback_event(self, dagrun, deadline_orm, 
session, event, none_
         else:
             assert deadline_orm.callback_state == DeadlineCallbackState.QUEUED
 
-    def test_handle_miss_creates_trigger(self, dagrun, deadline_orm, session):

Review Comment:
   This tests a subset of what another one above tests



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to