dabla commented on code in PR #66766:
URL: https://github.com/apache/airflow/pull/66766#discussion_r3227120387
##########
airflow-core/tests/unit/models/test_dagrun.py:
##########
@@ -2289,40 +2288,6 @@ def
test_schedule_tis_only_one_scheduler_update_succeeds_when_competing(dag_make
"(re-enabled on main by #55068, not backported); "
"tracked at https://github.com/apache/airflow/issues/66307"
)
[email protected]_serialized_dag
-def test_schedule_tis_start_trigger(dag_maker, session):
Review Comment:
Why not just disable the test and check if Airflow version is 3.2 or lower?
`@pytest.mark.skipif(not AIRFLOW_V_3_3_PLUS, reason="Start from trigger is
only available in Airflow 3.3+")`
--
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]